RE: [xsl] Merging two xml documents using xslt

Subject: RE: [xsl] Merging two xml documents using xslt
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 01 Feb 2005 14:29:54 -0500
At 01:24 PM 2/1/2005, Jim wrote:
I'm not sure if this helps, but Saxon has a saxon:evaluate function for
dynamic xpaths.

That helps. If you don't want to use it, pretty much the only way to achieve what was requested is by a two-stage process.


Stage 1 would run a stylesheet on the configuration document to generate a stylesheet.

Stage 2 would run the resulting stylesheet on the source document(s).

Using saxon:evaluate should allow you to do it in one pass.

Regards,
Wendell


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================

Current Thread