Re: [xsl] Deescaping Atom brain damage

Subject: Re: [xsl] Deescaping Atom brain damage
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 23 Oct 2006 17:45:25 +0100
> However, that's an approach that can leave you with non well-formed XML, 
> assuming the "input"(whatever that is defined to be) is invalid. Right?

yes but it depends what you are doing. If the stylesheet is using the
html output method the result isn't well formed xml anyway so adding
some more html which is not xml to it is not in itself bad.

If the stylesheet is using xml output then of course things are harder
as in that case you really need to use an html parser to get a tree out
of the input so you can generate well formed xml in the result.

David

Current Thread