I'm beginning to learn XML in Perl also. I found this page very helpful:

   http://www.xml.com/pub/a/2001/04/18/perlxmlqstart1.html

I gives a quick primer to a handful of XML modules available in Perl.

--Larry S.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Mohammed Gazal
Sent: Thursday, January 20, 2005 6:24 PM
To: perl-unix-users@listserv.ActiveState.com
Cc: perl-win32-users@listserv.ActiveState.com
Subject: how to add a new item to a xml

Hello ,

 I have a xml doc like this 

 <item name ="first">
      <subheader> test </subheader>
 </item>
<item name = "third">
   <subheader> test </subheader>
</item> 

now if i want to insert a new item for ex: second inbetween the first
and third item elements which xml modules help in doing this? and do you
have any examples? 

 Any help will be appreciated.
Thxs,

 Gazal. 

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to