xsl-list
[Top] [All Lists]

RE: Need advice - Render HTML form with XSLT and

2005-01-28 08:18:46

I'm familiar with the 
concept of pipeline'ing, or stringing together XSLT 
tranformations, but don't really know how that could be used 
to solve this problem.  

I don't think it will in your case because you need the final result to be
in one document.  We use the "pipeline'ing" technique when the second
document is depends on the transformation of the first one.

Is our solution the best solution?

Have you considered using the document() function?  Maybe you could pass in
the XML via an ASP variable that prints the xml file name in the document
function as it builds the page?

We don't use XML with ASP yet but we will in a couple months so these are
questions that I've been pondering too.

Good luck,
Jim Neff


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