Hi,
Does anybody have code to create the following xml file.
<CODE>
<Main>
<Class>
<RooM id=1>
<windows></windows>
<Doors>/Doors>
</RooM>
<Room id=2>
<windows></windows>
<Doors>/Doors>
</Room>
</Class>
<Teacher>
<Name id=1>
<Last></Last>
<First></First>
</Name>
<Name id=2>
<Last></Last>
<First></First>
</Name>
</Teacher>
</Main>
</CODE>
I have separate subs that creates the elements for class and Teachers.
The class works but Teachers doesn't.
I can't figure how to insert the Teaches nodes in the xml document.
I am using Dom.
thank you.
Does anybody have code to create the following xml file.
<CODE>
<Main>
<Class>
<RooM id=1>
<windows></windows>
<Doors>/Doors>
</RooM>
<Room id=2>
<windows></windows>
<Doors>/Doors>
</Room>
</Class>
<Teacher>
<Name id=1>
<Last></Last>
<First></First>
</Name>
<Name id=2>
<Last></Last>
<First></First>
</Name>
</Teacher>
</Main>
</CODE>
I have separate subs that creates the elements for class and Teachers.
The class works but Teachers doesn't.
I can't figure how to insert the Teaches nodes in the xml document.
I am using Dom.
thank you.