Hello,
I think I have troubles with the namespace in the elements and attributes declaration, but don't know how to resolve it.
I have to transform one type of xml file to the other type of xml file.
In my input file I have the following declaration:
xmlns:xsi=" xsi:noNamespaceSchemaLocation="abc.xsd">
In the stylesheet I am changing the document declaration using the following: <xsl
utput method = "xml" doctype-system = " />
As a result, in the resulting xml file each element has the attribute xmlns:xsi=" I don't need it! What is the problem, and how to get read of those attributes?
Thank you very much!
I think I have troubles with the namespace in the elements and attributes declaration, but don't know how to resolve it.
I have to transform one type of xml file to the other type of xml file.
In my input file I have the following declaration:
xmlns:xsi=" xsi:noNamespaceSchemaLocation="abc.xsd">
In the stylesheet I am changing the document declaration using the following: <xsl
As a result, in the resulting xml file each element has the attribute xmlns:xsi=" I don't need it! What is the problem, and how to get read of those attributes?
Thank you very much!