]> git.sesse.net Git - xml-template/commitdiff
Document that we have a C++0x version.
authorsgunderson@bigfoot.com <>
Thu, 22 Sep 2011 00:16:37 +0000 (02:16 +0200)
committersgunderson@bigfoot.com <>
Thu, 22 Sep 2011 00:16:37 +0000 (02:16 +0200)
doc/intro.txt

index 218c754292ec3da12caf92756a0153af4a7ee3aa..b727bfffa1e47faf9b8abed809f1d973465806ae 100644 (file)
@@ -17,8 +17,8 @@ to check out the code and this documentation.
 
 There is a lot to be said about design philosophy, but let's first give a
 simple example to give you the feel of how it works. (The example is in Perl,
-but there are also functionally equivalent PHP, Python and Ruby versions;
-ports to other languages would be welcome.)
+but there are also functionally equivalent PHP, Python, Ruby and C++11
+versions; ports to other languages would be welcome.)
 
 Template (simple.xml):
 
@@ -255,8 +255,8 @@ The main thoughts behind XML::Template have been, in no particular order:
    the entire DOM with wrappers for each language. (Thankfully, by relying on
    the DOM support in each language, the code so far is under 200 lines per
    implementation, so maintaining this hopefully shouldn't be much work.) As
-   proof-of-concept, there are got Perl, PHP, Python and Ruby implementations
-   that work and feel largely the same (and even a SAX-based Perl
+   proof-of-concept, there are got Perl, PHP, Python, Ruby and C++11
+   implementations that work and feel largely the same (and even a SAX-based Perl
    implementation, for larger trees that won't fit into memory) -- other
    implementations are welcome.  This is backed up by a test suite, which
    ensures that all the different implementations return structurally