Page 1 of 1
Validating XML file
Posted: Tue Dec 04, 2007 4:12 pm
by prashob12
Hi all,
How to validate the xml file against DTD using textpad
Regards,
Prashob N
Posted: Tue Dec 04, 2007 6:22 pm
by talleyrand
TextPad is a fine text editor but it is only a text editor. It might be able to accomplish your task via an external tool but I cannot recommend any tool at this point.
Posted: Tue Dec 04, 2007 7:43 pm
by ben_josephs
XML validation
Posted: Wed Mar 19, 2008 11:26 pm
by PFSchaffner
The most convenient and reliable command-line XML
validators I know of that work in a Windows environment and
can be scripted easily (and therefore invoked as a 'tool'
within TextPad) are xmlstarlet and xmllint, both based
on the libxml libraries and both free.