This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Novice question: selecting an element based on an attribute id


> 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@ntlworld.com
work: Michael.Kay@softwareag.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]