Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xsi:type attribute
Message
From
13/02/2004 07:21:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Xsi:type attribute
Miscellaneous
Thread ID:
00877031
Message ID:
00877031
Views:
61
I convert Xml file to other Xml file by Xslt (Xml Parser 5.0).
How to create xsi:type attribute, where xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance".

For example, I need to generate the next Xml document:
<Root ...
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:Alex="MyNameSpace"
...>
  <Form>
    <Control xsi:type="Alex:Treeview" .../>
    ...
  </Form>
</Root>
Next
Reply
Map
View

Click here to load this message in the networking platform