What's new in The Epeios XML preprocessor 2013-05-06

May 8, 2013
  • 'expp' (both the command-line version and the Java version) can now be compiled in 32 bits ('IA-32') and in 64 bits ('x86-64').
  • It accurately handles UTF-8 files with and without BOM.
  • There is also a new directive ('cdata'), which can be used if you want to enclose an XML tree in an XML CDATA section, and the preprocessor still issues an error if the enclosed XML tree is not well-formed.

New in The Epeios XML preprocessor 0.4.2 (2012-04-26) (May 3, 2012)

  • 'CDATA' sections are now handled properly.
  • The corresponding Java native component was introduced.

New in The Epeios XML preprocessor 0.4.0 (2011-08-14) (Aug 16, 2011)

  • Internationalization and standardisatio
  • daptating to changes in 'CLNARG'.

New in The Epeios XML preprocessor 0.3.0 (2010-06-24) (Jun 25, 2010)

  • (from underlying libraries):
  • Addition of the 'xpp:attribute' directive (experimental).
  • 'xmlns:...' attributes are now allowed.
  • When an error occurs, position is more accurate.
  • Somewhat faster.
  • Adding XML header.
  • Adaptation to changes in underlying libraries ('XML', notably).
  • Use of the new 'XPP' library.
  • Adaptation to changes in 'CLNARG'.