]> git.saurik.com Git - wxWidgets.git/blob - wxPython/demo/quotes.xml
fixed wxVsnprintf() to write as much as it can if the output buffer is too short
[wxWidgets.git] / wxPython / demo / quotes.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE quotations [
3 <!ELEMENT collection (quotation)*>
4
5 <!ELEMENT em (#PCDATA) >
6 <!ELEMENT foreign (#PCDATA) >
7 <!ELEMENT cite (#PCDATA) >
8 <!ELEMENT author (#PCDATA)>
9 <!ELEMENT source (#PCDATA|cite)*>
10
11 <!ELEMENT quotation (#PCDATA|author|source)* >
12 ]>
13 <collection><quotation>We will perhaps eventually be writing only small modules which are identified by name as they are used to build larger ones, so that devices like indentation, rather than delimiters, might become feasible for expressing local structure in the source language. <source>Donald E. Knuth, "Structured Programming with goto Statements", Computing Surveys, Vol 6 No 4, Dec. 1974</source> </quotation> <quotation> The infinities aren't contagious except in that they often appear that way due to to their large size. <source>Tim Peters on the IEEE 754 floating point standard, 27 Apr 1998</source> </quotation> </collection>