Does anyone have the idea on the Xlink?

webmasterbeta

New Member
:confused:
Hi, I'm the beginner of XML and Xlink...
I would like to ask about ... is it possible to use Xlink to separate the XML file into 2 or more parts? (I do not quite understand when I read the W3C web site.)

For example:
food.xml
<food>
<orange>
<price>10</price>
<size>small</small>
<location>US</location>
</orange>
</food>
how could I use XLink to put <orange> into another XML file? What should the 2 new files look like??

Thanks!!!!!!!!!!!!!!!!!!!:D
 
Back
Top