This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: DOMSource into stylesheet with namespaces


You could check if the DOM tree passed with the DOMSource really contains 
the correct namespace information-
Maybe the DOM element nodes only store the local names without namespace 
uris, for instance if you have built the tree with a non namespace aware 
parser.

regards,
Johannes


At 12:42 12.04.2002 +0100, you wrote:
>We are using xalan to do an xsl transform. The XSL transform takes a
>DOMSource. It has been working fine.
>
>We have now altered the stylesheet and source XML to include xmlns
>statements. The transformation using the DOMSource has stopped working. If
>the transformation is altered to use a Streamsource (using the same source
>xsl and xml) it works fine.
>
>What are we missing ?
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]