How to traverse the tree using LotusXSL software Java packages?

Subject: How to traverse the tree using LotusXSL software Java packages?
From: Cheun N Chong <cnc99r@xxxxxxxxxxxxxxx>
Date: Tue, 9 May 2000 21:30:37 +0100 (BST)
Hi all,

	I am really fresh to this XSL and XML thing. Now I would like to
convert the following XML codes:

==================================
<Stuff>

<Milk>
	<Expire>May 10</Expire>
</Milk>

<Meat>
	<Type>Chicken</Type>
	<Type>Pork</Type>
</Meat>

</Stuff>
=================================

	I have to create a Java program that traverse the XML codes, get
the value of node <Expire> and change the value. However I have no idea
how should I start. The software packages I am using are LotusXSL and
XML4J. Please give me some directions. Thousand thanks for your kindness
and help.


Best regards,
Cheun Ngen CHONG



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread