in reply to converting xhtml to xml (xhtml2xml)

HTML::TreeBuilder and XML::LibXML can parse HTML and turn it into a tree structure, that you can then output as (HTML-tagged) XML.

Maybe you want to go back to your askers and ask them what XML schema the resulting document should conform to.

  • Comment on Re: converting xhtml to xml (xhtml2xml)

Replies are listed 'Best First'.
Re^2: converting xhtml to xml (xhtml2xml)
by japh2963 (Novice) on Mar 12, 2016 at 15:39 UTC
    sadly, that would just confuse them, but thank you very much for the modules :)