"Gavin Henry" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Saturday 02 Apr 2005 04:29, Johnstone, Colin wrote:
> > Gidday All,
> >
> > I would like to use xml Parser to parse this chunk of xml (below) and
> > return the business unit name and id attributes for each of the eleme
On Saturday 02 Apr 2005 04:29, Johnstone, Colin wrote:
> Gidday All,
>
> I would like to use xml Parser to parse this chunk of xml (below) and
> return the business unit name and id attributes for each of the elements
> where division id = '221'
>
> I have tried
Why not try:
http://search.cpan.or
Gidday All,
I would like to use xml Parser to parse this chunk of xml (below) and
return the business unit name and id attributes for each of the elements
where division id = '221'
I have tried
#!/web/Interwoven/TeamSite/iw-perl/bin/iwperl
use XML::XPath;
use XML::XPath::XMLParser;
my $xpath;
Gidday All,
I would like to use xml Parser to parse this chunk of xml (below) and
return the business unit name and id attributes for each of the elements
where division id = '221'
I have tried
#!/web/Interwoven/TeamSite/iw-perl/bin/iwperl
use XML::XPath;
use XML::XPath::XMLParser;
my $xpath;