Subject: Re: something in Perl script and xml
From: Mark Wonsil <wonsil@xxxxxxxxxx>
Date: Mon, 19 Aug 2002 13:09:16 -0400
|
Quoting Srinivas Ch <sideburnch@xxxxxxxxx>:
> hallo everyone,
> first: i have a xml document. i need to open this
> document, read the first element of the document in
> the xml using Perl, can anyone tell me how to do it?
> e.g. <Abbrevation>aa</Abbrevation> is the first
> element, so how to get this element.
>
> second:i have a variable in a xsl stylesheet, i need
> to access this variable in my Perl script? Can i do it
> and how?
> e.g. <xsl:vaiable name="dob" select="22"/>
>
> how to access this variable "dob" in my Perl script.
>
A Google search of "XML PERL" returns sites like:
http://www.xmlperl.com/
http://www.xml.com/pub/a/98/09/xml-perl.html
http://standards.ieee.org/resources/spasystem/twig/perl_xml/perl_xml.ht
ml
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|