![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to add xml validation schema namespace attribute for AutoData root node(xsi:noNamespaceSchemaLocation="C:\AutoDataSch ema.xsd")in the following file AutoData xsi:noNamespaceSchemaLocation="C:\AutoDataSchema.x sd" |
#3
| |||
| |||
|
|
martin1 wrote: I want to add xml validation schema namespace attribute for AutoData root node(xsi:noNamespaceSchemaLocation="C:\AutoDataSch ema.xsd")in the following file AutoData xsi:noNamespaceSchemaLocation="C:\AutoDataSchema.x sd" But why did you want to remove the xmlns:xsi namespace declaration in an earlier post? That does not make sense, you cannot simply have the xsi:noNamespaceSchemaLocation attribute without having xmlns:xsi declared properly. As for adding an attribute look into the SetAttribute method on XmlElement. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |