Jaap has asked for the wisdom of the Perl Monks concerning the following question:
Now i want to embed the information that the TV is made by Sony. What would be the semantically correct way to do this?<?xml version="1.0" encoding="UTF-8"?> <document> <products> <product> <name>Stereo</name> </product> <product> <name>TV</name> </product> </products> <manufacturers> <manufacturer> <name>Sony</name> </manufacturer> </manufacturers> </document>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (OT) XPointer or XLink?
by holli (Abbot) on Dec 31, 2004 at 18:28 UTC | |
by Jaap (Curate) on Jan 01, 2005 at 10:37 UTC |