xsl-list
[Top] [All Lists]

RE: Merging two xml documents using xslt

2005-02-01 12:29:54
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(_at_)mulberrytech(_dot_)com
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
======================================================================


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