23 Jul
2004
23 Jul
'04
9:18 p.m.
From: Fred Drake [mailto:fdrake@gmail.com]
This problem isn't the XML parser; that ones doing fine (it's Expat ;). The input is being treated as HTML intentionally (because that's what the content type is).
I get a little lost here, Fred. Why would the page template get treated as HTML by a parser? The template is in xml, and the output may end up being treated as html eventually, but why would it ever need to get parsed as html? Would you explain how this works? Cheers, Tom P