Automatic validation against DTD during XSLT transformation
Posted: Tue Sep 07, 2010 3:55 pm
Hi,
I'm transforming a document using XSLT (XML to XML), and the output document should validate against a DTD. I've defined the <xsl:output> doctype-system attribute, and if I open the resulting document in the editor view, of course it gets validated.
However, I'd really like this to happen automatically. That is, when I'm clicking 'Run' in the XSLT Debugger view, I'd like the resulting output document to get validated against the DTD automatically.
How can I enable this? Am I overlooking something obvious?
Thanks,
Thomas
I'm transforming a document using XSLT (XML to XML), and the output document should validate against a DTD. I've defined the <xsl:output> doctype-system attribute, and if I open the resulting document in the editor view, of course it gets validated.
However, I'd really like this to happen automatically. That is, when I'm clicking 'Run' in the XSLT Debugger view, I'd like the resulting output document to get validated against the DTD automatically.
How can I enable this? Am I overlooking something obvious?
Thanks,
Thomas