How can I use xmlbeans on multiple schema files?
youhaodeyi <[email protected]>
| Newsgroups | gmane.text.xml.xmlbeans.user |
|---|---|
| Message-ID | <[email protected]> |
I have two schema files in different namespace. In the following example, the
tcp is defined in another schema file. How can I get the tcp:connector from
RootDocument class?
<root>
<connector name="connector" />
<tcp:connector name="tcp_connector" />
</root>
--
View this message in context: http://www.nabble.com/How-can-I-use-xmlbeans-on-multiple-schema-files--tp25530569p25530569.html
Sent from the Xml Beans - User mailing list archive at Nabble.com.