[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Test for current node being an element or attribute?


Subject: Re: [xsl] Test for current node being an element or attribute?
From: Georges Schmitz <georges.schmitz@xxxxxxxxx>
Date: Tue, 10 Dec 2002 16:36:48 +0100

David Carlisle wrote:
To point it out: I have to manipulate the contents of the nodes and
therefor I apply <xsl:element name="{name()}"> and
<xsl:attribute name="{name()}"> on these specific nodes

<xsl:copy>

in both cases and it'll do the right thing.

David


I have to manipulate the text content of these nodes (for the ones, that have "[]" around themselves, I use a separate lookup table, replacing the actual [value] by the one I found).

...
<arc:ReferenceSet>
 <arc:Reference linkId="[parentdokid]" refType="parent-pointer"/>
</arc:ReferenceSet>
...
<arc:KeywordSet>
 <arc:Keyword>[selektormax]</arc:Keyword>
...

I don't think this is possible with xsl:copy - or am I wrong?

Regards,
Georges Schmitz


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




Current Thread