Subject: Root element attributes
From: "shailesh" <shailesh@xxxxxxxxxxxx>
Date: Fri, 4 Nov 2005 17:13:17 +0530
|
Hi All,
In my input xml file the below statement is contained in root element
<Sample xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="Test1.xsd">.
I have to do transformation in which my root element is <test> and this
should contain the above statement. Which is
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="Test1.xsd"
Please help me with this.
Thanks,
Shailesh
|