Re: [xsl] use two consecutive transformation in XSL

Subject: Re: [xsl] use two consecutive transformation in XSL
From: "mus47@xxxxxxxx" <mus47@xxxxxxxx>
Date: Tue, 6 Dec 2005 12:30:33 +0100 (CET)
Can you give an HTML example that works and that I can view using IExplorer?



> Message du 06/12/05 C  12h20
> De : "drkm"
> A : xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Copie C  :
> Objet : Re: [xsl] use two consecutive transformation in XSL
>
> "mus47@xxxxxxxx" 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
> TC)lC)chargez cette version sur http://fr.messenger.yahoo.com

Current Thread