Re: [xsl] Transformation of

Subject: Re: [xsl] Transformation of
From: Emmanouil Batsis <Emmanouil.Batsis@xxxxxxxxxxx>
Date: Fri, 11 Feb 2005 13:31:29 +0200
news@xxxxxxxxxxx wrote:

Hello List,

I have the following XML in form of a variable:

input:
<XML>
<item>vlue</item>
<item>%special value%</item>
<item>vlue</item>
<item>%special value%</item>
<unkown_items/>
<unkown_items/>
</XML>



I dont think that's XML as no element name can begin with 'XML'. You mention the XML is in in the form of a variable, but you left the datatype and context out; is it a string or nodeset? in XSLT or another language?


Manos

Current Thread