Subject: Re: RE: Re: matching multiple times, outputting once?
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Tue, 6 Nov 2001 20:32:53 -0800 (PST)
|
Marty,
It seems to me that you may have problems reading the messages of this group.
Your (true, not reverse) problem was solved almost 24h ago by Mike Kay:
http://sources.redhat.com/ml/xsl-list/2001-11/msg00161.html
After which I touched his solution a little so that the final solution now is
probably more compact:
http://sources.redhat.com/ml/xsl-list/2001-11/msg00168.html
I'd recommend that you read the postings of this group at:
http://sources.redhat.com/ml/xsl-list/
They appear there almost in real time.
Also, please, do not hesitate to ask any further questions -- as you see, everybody
is willing to help when they have time available.
Cheers,
Dimitre Novatchev.
"McKeever, Marty" <marty dot mckeever at bankofamerica dot com> wrote:
Dimitre,
I appreciate your help, and apologize if i was unclear. Your solution
inverted the input/output markup.
This is my XML source:
<emphasis bold="Yes" italic="Yes" underline="Yes">Hello</emphasis>
and this is the desired result of the transformation:
<u><i><b>Hello</b></i></u>
Your template is very intriguing, and i will try to work out the inverted
procedure myself, but certainly welcome your help!
Thanks!
Marty
__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|