Microsoft XML

Paulo Santos (psantos@sibs.mailcom.pt)
Thu, 30 Jul 1998 20:37:21 +0100


Hi!!!

I'm using the latest XML Parser in Java of Microsoft in Explorer
4.01 with scripting in JScript inside HTML.
Can anyone send me a example of creating a empty element and putting
them inside another element???

I want to create lines 17 and 18 (see the model) and I don't know
how. Send me similar examples.

1 <ROOT>
2 <SCHEMA>
3 <MASTER>
4 < ...
5 < ...
6 <DETAILS
7 <DETAIL>
8 < ...
9 < ...
10 < ...
11 </>
12 </>
13 </>
14 </>
15 <XML>
16 <MASTER>
17 <DETAILS>
18 <DETAIL> </>
19 </>
20 </>
21 </>
22 </>

Thanks in advance,

Paulo Santos