in reply to Re^2: convert whole html-files to xml
in thread convert whole html-files to xml
"have updated my q"
Your question seems to make the assumption that HTML::Tiny works identically to XML::Simple but processes HTML instead of XML. It does not. The two modules are completely unrelated. Applying knowledge from an XML::Simple article to HTML::Tiny will not do what you want.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: convert whole html-files to xml
by dschinn1001 (Initiate) on Sep 15, 2013 at 15:54 UTC | |
by Anonymous Monk on Sep 15, 2013 at 21:28 UTC | |
|