T
terry
Hi,
Is it legal or formal to nest tag names? My code is in the following.
The <name> is nested. I used java to read the xml file but it seems to
not know the nested structure. I need to write the nest structure as
it is a multi-level catalog description. That means a catalog is a
sub-catalog of the another. If it is illegal or not formal, how to
solve this?
Thanks!
<?xml version='1.0' encoding='utf-8'?>
<root>
<name>
All
</name>
<name>
<name>
Connector
</name>
<name>
Inline
</name>
<name>
PCB
</name>
</name>
<name>
Crystal_and_Resonator
</name>
:
:
Is it legal or formal to nest tag names? My code is in the following.
The <name> is nested. I used java to read the xml file but it seems to
not know the nested structure. I need to write the nest structure as
it is a multi-level catalog description. That means a catalog is a
sub-catalog of the another. If it is illegal or not formal, how to
solve this?
Thanks!
<?xml version='1.0' encoding='utf-8'?>
<root>
<name>
All
</name>
<name>
<name>
Connector
</name>
<name>
Inline
</name>
<name>
PCB
</name>
</name>
<name>
Crystal_and_Resonator
</name>
:
: