in reply to Re: XML Parsing in a "mixed content" file
in thread XML Parsing in a "mixed content" file

Hello poj, this would be static. I have built different templates and I want to display them in an elegant manner through a web page.

What you suggested is nice, but what I really wanted to do (mostly) was extract content from "cell.text" ( and some other tags ) + the TT instructions and reformat the whole as an HTML document and apply some format. And I'm really thinking it would be easier to just write a regex for the purpose and recreate an HTML document from capture groups.

  • Comment on Re^2: XML Parsing in a "mixed content" file