Hi, I have met the problem when I try to
transfer the XML with schema defintion using XSLT.
The XML document is like:
<xxxxxx version="1.1" xmlns="urn
asis:names:..." xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn
asis:names:... c:\xxx.xsd"-->
......
</xxxxxx>
My XSLT can not transform the correct data from this xml file. if I use <xxxxxx> instead of the root node with schema definition, then everything is ok.
Could U help me solve this problem?
Thanks,
Roy