xsl-list
[Top] [All Lists]

RE: Traversing XSL using XSL

2005-02-03 03:46:09
I don't think I would tackle it this way, for maintenance and modularity
reasons. I think it would be better to write a stylesheet that transforms
the output of XSL File 1.

If you're lucky, then XSL File 1 always writes XForms elements using literal
result elements. But it doesn't have to: it can use xsl:element or xsl:copy.
That's going to be very hard to analyze from another stylesheet. 

Michael Kay
http://www.saxonica.com/

-----Original Message-----
From: Prasad Akella [mailto:avlnprasad(_at_)web(_dot_)de] 
Sent: 03 February 2005 10:17
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Traversing XSL using XSL

hi,

I am working on XForms and would like to traverse my XSL 
File1 with another XSL File2 and perform some manipulations. 
The purpose is as follows:

XSL File1 is used to transform my XML into XForms which i can 
run in XSMILES browser.

XSL File2 should take XSL File1 as input, traverse it and 
substitute all mx XForms tags with XHTML as I would like to 
run the same example in Mozilla. I know of alternatives to 
achieve this using plug-ins or other softwares. But I would 
like to write this transformation in XSL and experiment. 

Thus, I need to traverse an XSL file using another XSL file, 
match certain tags work around them. Please help me out with 
suggestions and code examples. 

Regards,

Prasad Akella

__________________________________________________________
Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
weltweit telefonieren! http://freephone.web.de/?mc=021201


--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>