![]() |
|
Come for the quick hacks, stay for the epiphanies. | |
PerlMonks |
Re^5: Convert backslash to slash using XML parsingby Anonymous Monk |
on Nov 12, 2004 at 13:36 UTC ( [id://407352]=note: print w/replies, xml ) | Need Help?? |
Since the books are published in what would be valid HTML 4 if it had a document type declaration for each document, an XML parser unfortunately won't get you anywhere. XML parsers by definition function only on XML, not on tag soup. If you still want to go that way, maybe upgrading the documents to XHTML with tidy works.
In Section
Seekers of Perl Wisdom
|
|