|
Whats New In XML Tools 2.1
XML Tools version 2.1 introduces the following
new features:
- the parse XML command now supports the xml-space="preserve"
tag attribute that causes white space to be retained within the data
associated with the tag
- the parse XML command now has a boolean preserving whitespace parameter
that allows you to direct parse XML to preserve white space characters
(space, tab, newline) within XML data.
- the generate XML command now has boolean pretty printing parameter
controlling the formatting applied to generated XML data.
- Added the Save & Restore Desktop sample scripts
|