4
votes
Seaching for a good XML Diff Tool
a command-line diff which can handle large files and is free is xmldiff from
http://tools.decisionsoft.com/
unfortunatly, …
0
votes
XSLT: Cannot get xslt to output an (&) even after escaping the character.
If you are trying to produce an xml file as output, you will want to produce & (as & on it's own is invalid xml). If you are just producing a string then you s …
0
votes
In AIML, what’s the XSD-valid way to use the element <set name=”it”> ?
Which Validator are you using because the following complete file validates according to Xerces?
<aiml xmlns="http://alicebot.org/2001/AIML-1.0.1" version="1.0.1">
<categ …
