This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How to traverse the tree using LotusXSL software Java packages?


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]