RE: [xsl] Make Hirachy from flat file

Subject: RE: [xsl] Make Hirachy from flat file
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 15 Oct 2003 08:57:48 +0300
Hi,

> This has now make a step further, I must say I haven't 
> thought the use of
> concat() I'll guess the rest is cosmetical, but I am not that 
> keen on the
> output presented by the 
> 
> >     <xsl:copy>
> 
> The XML data is from a saved Excel spreadsheet, and so far I 
> have managed to
> filter the namespaces out of the final output, the <xsl:copy> 
> takes the node
> and show the whole enchilada like:
> 
> <Table xmlns="urn:schemas-microsoft-com:office:spreadsheet"
> xmlns:o="urn:schemas-microsoft-com:office:office"
> xmlns:x="urn:schemas-microsoft-com:office:excel"
> xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
> xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
> xmlns:html="http://www.w3.org/TR/REC-html40";>
> 
> Despite that I have instructed the parser to ignore the 
> namespaces in the
> output.
> Is there a way to overcome this?

Use <xsl:element> or LRE <http://localhost/tr/xslt/#literal-result-element>.

Cheers,

Jarno - Suicide Commando: Fragment of Torture

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread