|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: MSXML DOCTYPE error
Luke Stedman wrote:
When the dtd's are defined in the XSL file: The DOMDocument of MSXML has a property validateOnParse which is true by default so MSXML tries to validate against the DTD it encounters but as that is not a complete DTD for your XSLT stylesheet the validation fails and the DOMDocument for the stylesheet is not built. So try to set stylesheetDoc.validateOnParse = false (that is JScript syntax, you will have to transcribe to Python) on the stylesheet DOM document, that should help I think. -- Martin Honnen http://JavaScript.FAQTs.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








