This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Antwort: Re: two xml source documents


Hi,

Markus.Lehr@mlp-ag.com wrote:
I actually forgot the dollar sign (shame on me). Anyway, even with the dollar
sign it wonīt work.
Iīve checked the correct spelling of the files and nodes several times just to
make sure itīs not some stupid mistake. Anybody got any ideas left?

first try:

document('abc.xml')/beratung
<!-- beratung is your root node, right?-->

and then call it with:

<xsl:apply-templates select="$doc2/stattext"/>

-------------------------
If that does not work:

Are you getting an error? What does the error tell you? Is it finding the document?

Are using document('abc.xml', .) and a servlet container? This does not work for me using Resin2.1.2 and saxon6.5.2. It gives the base-uri as the $RESIN_HOME. I don't know if this is a bug in resin or saxon??

best,
-Rob








XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]