Branches
Comments
[»]
tidy?
by Larry Riedel - Sep 23rd 2002 02:17:07
How does this compare to tidy? (tidy.sf.net)
[reply]
[top]
[»]
not for all xml?
by user2048 - Sep 20th 2002 08:38:54
The parser in xmlindent 0.1.2 is pretty simple.
It doesn't pick up all the valid element names (ex. those starting
with an underscore or colon).
And it doesn't seem to be aware of encodings -
or rather, it assumes the encoding uses one byte per char,
with the usual ASCII values for the key characters (ex. brackets).
(Support for UTF-8 and UTF-16 encodings are required by the XML spec.)
Maybe it shouldn't really be called an XML tool, if it's really only
for a subset of XML.
But it is useful.
[reply]
[top]
|