Arjun Ray <aray@[...].net> writes:> Now, if INPUT can be differentiated by an attribute, why not TITLE> subelements?> > <author name="James Vleek">> <title>Contracts</title>> <title role="abc">Professor</title>> <title role="xyz">13</title>> </author>
Now how is this different form
<author name="James Vleek">
<title> Contracts</title>
<title xmlns="abc"> Professor</title>
<title xmlns="xyz"> 13</title>
</author>
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>