From dd670f1b631ffb9531f7c58ed6410d8c043b03d6 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Thu, 22 Sep 2011 02:16:37 +0200 Subject: [PATCH] Document that we have a C++0x version. --- doc/intro.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/intro.txt b/doc/intro.txt index 218c754..b727bff 100644 --- a/doc/intro.txt +++ b/doc/intro.txt @@ -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 -- 2.39.2