Subject: RE: Novice question: selecting an element based on an attribute id
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 21 Mar 2002 08:46:51 -0000
|
> Anyway, the transformation is:
> 1. Look for elements in the source with the attribute
> "field" and use that as an element in the target. Hence, you see that
>
> <String field="_str1" myId="28"><![CDATA[a test of
> referencing.]]></String>
>
> becomes
>
> <_str1><![CDATA[a test of string referencing.]]></_str1>
So what are the criteria that turn the value "a test of referencing" into "a
test of string referencing"? I still don't understand.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|