W3C

I think XML is a very simple storage medium that you can save and query in it. But all data is storage as a tree node in the XML. In this case, it can very simple to save hierarchy data structure. But how to handle it you have reference item?

Just use key in your XML code. For more detail please refer the sample as follow:

t1.xslt

<?xml version=”1.0” encoding=”UTF-8”?>

--------------------------------------------------------------------------------- Result --------------------------------------------------------------------------------- <item ID=" " refID=" "> <name> </name> <adress> </adress> </item>

x1.xml

J. Smith Taipei, Taiwan R. Paul TAIWAN, SA E. Rock CA, US

Result

<?xml version=”1.0” encoding=”utf-8”?>

J. Smith Taipei, Taiwan R. Paul TAIWAN, SA E. Rock CA, US --------------------------------------------------------------------------------- Result --------------------------------------------------------------------------------- E. Rock CA, US R. Paul TAIWAN, SA E. Rock CA, US J. Smith Taipei, Taiwan

Buy Me A Coffee

Evan

Attitude is everything