Subject:Stylus works fine on XSLT, but mine doesn't Author:Steve Xu Date:12 Sep 2001 03:35 PM
Hi,
I want to create a xsl file using stylus mapping from one xml file to another. The main issue I need to cover is to include default namespace like xmlns="x-schema:whatever.xdr" into destination xml file.
I created xsl file and tested in stylus under all three processors, built-in, MSXML, Xalan-j. All successful and give me the result I need. However, when I try to use MSXML by myself. It failed on loading the xsl file, gave me an error "Element content is invalid according to the DTD/Schema.
Expecting: #PCDATA."
I don't know how do you make it work against MSXML, which method actually are you calling to perform transformation. Thanks a lot for your help.
Subject:Re: Stylus works fine on XSLT, but mine doesn't Author:Minollo I. Date:12 Sep 2001 03:45 PM
You probably want to turn off validation when using MSXML (we turn it off
by default); you can do that setting validateOnParse to FALSE on your MSXML
DOMDocument.