Re: [xsl] document() source

Subject: Re: [xsl] document() source
From: "Fraser Goffin" <goffinf@xxxxxxxxxxx>
Date: Mon, 31 Oct 2005 18:35:43 +0000
Date:  Sun, 30 Oct 2005 10:41:12 +0100
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
From:  Per Jessen <per@xxxxxxxxxxxx>
Subject:  Re: [xsl] document() source
Message-ID:  <dk24c2$76u$1@xxxxxxxxxxxxxxxx>

Per Jessen wrote:

It is definitely possible.  You could e.g. pass the XML-document as a
string through the parameter interface.  I do this frequently with
xalanc.

Per Jessen

Thanks Per.


In my case I'm trying to compare a element value in the first document with the coresponding element in the second. I played around a bit with your idea of sending in the second document as a string parameter but I couldn't figure out how to write an expression which allowed me to access its node tree ??

Can you help ?

Fraser.

Current Thread