Tagged Questions
The perl-xml tag has no wiki summary.
7
votes
3answers
1k views
How can I prevent XML::XPath from fetching a DTD while processing an XML file?
My XML starts like this
$ cat a.xhtml
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...
My code starts like this
...
1
vote
1answer
2k views
Using XML::LibXML: How do I create namespaces and child elements and make them work together?
I'm trying to do some stuff with FOAF and Perl. I'm unhappy with the current solutions and I want to roll my own. Please do not reference any module other than XML::LibXML.
For reference here is a ...
0
votes
3answers
70 views
Multiple String in String perl
I have an xml file with multiple lets say <Timestamp> tags in a single line. I am reading the document line by line. How can I count how many of these tags are there in every line. I want ...
0
votes
1answer
113 views
How to get specific xml tags attribute by using perl
I have an xml like this
i want value of attribute "cur"'s value but only where 's attribute value is "jvm"