nested xsl:copy-of

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

nested xsl:copy-of

victor panizza-2
Hello All!!!
Once again me!!!!

I have the follow scenario:

Page 1 copy Page 2 using xsl:copy-of and Page 2 copy Page 3 using xsl:copy-of.

in the browser Page 1 successfully copy Page 2 but Page 2 does not copy the Page 3

Any idea???

Thanks a lot in advance!!!!


Boardwalk for $500? In 2007? Ha!
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: nested xsl:copy-of

Erik Bruchez
Administrator
Mmmh, I am not sure I understand. You mean that stylesheet 1 includes
stylesheet 2 as an XML document? Then that won't cause stylesheet 2 to
run because stylesheet 2 will be treated as any other XML document. You
may want to try using XInclude instead, which is processed recursively.

-Erik

victor panizza wrote:

> Hello All!!!
> Once again me!!!!
>
> I have the follow scenario:
>
> Page 1 copy Page 2 using xsl:copy-of and Page 2 copy Page 3 using
> xsl:copy-of.
>
> in the browser Page 1 successfully copy Page 2 but Page 2 does not copy
> the Page 3
>
> Any idea???
>
> Thanks a lot in advance!!!!
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws