Re: [xsl] XSLT grouping(?) issue

Subject: Re: [xsl] XSLT grouping(?) issue
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Mon, 22 Dec 2008 15:57:32 +0530
On Mon, Dec 22, 2008 at 2:50 PM, Fredde Hedberg <syte_orion@xxxxxxxxx> wrote:
> Sadly, I can't do anything about the format of this XML.

The problem is solvable with XSLT, provided your input XML is well
formed. But your input is not a valid XML document.

for e.g., <Id=1/> is not a valid XML fragment, and XML parser
complains about it.


-- 
Regards,
Mukul Gandhi

Current Thread