J
Jay
I have a document as follows:
<graphics>
<graphic>
<tag>
<parameter/>
</tag>
<tag>
<parameter/>
</tag>
</graphic>
</graphics>
I want to add another child node called hyperlinks to the parent graphic.
Does the following make sense? Can the children of graphic have two
different node names. I know it is well formed, but does it make sense?
<graphics>
<graphic>
<tags>
<tag>
<parameter />
</tag>
<tag>
<parameter />
</tag>
</tags>
<hyperlinks>
<href />
</hyperlinks>
</graphic>
</graphics>
<graphics>
<graphic>
<tag>
<parameter/>
</tag>
<tag>
<parameter/>
</tag>
</graphic>
</graphics>
I want to add another child node called hyperlinks to the parent graphic.
Does the following make sense? Can the children of graphic have two
different node names. I know it is well formed, but does it make sense?
<graphics>
<graphic>
<tags>
<tag>
<parameter />
</tag>
<tag>
<parameter />
</tag>
</tags>
<hyperlinks>
<href />
</hyperlinks>
</graphic>
</graphics>