xsl-list
[Top] [All Lists]

Re: use two consecutive transformation in XSL

2005-12-06 04:30:33


Can you give an HTML example that works and that I can view using IExplorer? 



Message du 06/12/05 à 12h20
De : "drkm" 
A : xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Copie à : 
Objet : Re: [xsl] use two consecutive transformation in XSL

"mus47(_at_)voila(_dot_)fr" wrote:

I guess the "<>xsl:copy>" is a typo in your email.
What are exactly the symptoms? Can you post a
minimal stylesheet / input document that
reproduce de problem?




^^^


abcd


abcd


^^^



xmlns:xsl="http://www.w3.org/1999/XSL/Transform";;>
^^^








^^^^^^^^^^^^^^^





Is this exactly what you give to your XSLT processor? What's the
error message? BTW, this not copy the attributes. And finaly you try
to match 'strong' in no namespace, and your have in your source a
'strong' in the XHTML namespace; is it really what you want?

~/drafts/fctx> cat mus47.xml



abcd
abcd



~/drafts/fctx> cat mus47.xsl

version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:h="http://www.w3.org/1999/xhtml";>














~/drafts/fctx> saxon mus47.xml mus47.xsl 
Warning: Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
xmlns="http://www.w3.org/1999/xhtml";>

color="red">abcd
abcd



--drkm







___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--