XML::Twig beginner
by Ying Liu other posts by this author
Jun 19 2006 11:36AM messages near this date
view in the new Beta List Site
Fwd: XML::Twig beginner
|
Re: XML::Twig beginner
& XSLT I just started with XML::Twig. Lots of complicated xml files. I test some examples co
de but didn't work well. There are too many methods in Twig. The following code is a simgple
example. I want to get the text of <name> (ThisIsMySequence) and two records of <ProcessNam
e> (ILikeProcesses, ILikeProcesses2). How to find levels of the xml file? and How to find in
teresting tags. Those XML files are quite long and complicated.
Thanks,
Ying
<?xml version="1.0"?>
<SequenceConfig xmlns="com/hnc/core/common/process/sequence/config">
<name> ThisIsMySequence</name>
<VersionInfo>
<author> mbuser</author>
<version> _working</version>
<versionDescription> </versionDescription>
<lastModifiedDate> 1150231914745</lastModifiedDate>
</VersionInfo>
<ProcessNames>
<processName> ILikeProcesses</processName>
<processName> ILikeProcesses2</processName>
</ProcessNames>
</SequenceConfig>
---------------------------------
Yahoo! Sports Fantasy Football �06 - Go with the leader. Start your league today!
Thread:
Ying Liu
Ying Liu
Andreas P?rzer
Ying Liu
Andreas Pürzer
Ying Liu
Andreas Pürzer
Andreas Pürzer
Ying Liu
|