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: Document() and &


Sounds like a bug, but maybe you can work around it by building the filename
in a variable using concat(), then using the variable in document().  Give
it a try.

Cheers,

Tom P

[Josh Beach]

So on to my problem... what I need is for the reference to
contain an ampersand. ie.
<xsl:apply-templates
select="document('http://www.somewhere.com/getDocument.html?docType=xml&amp;
id=12345')"/>

This will not work and gives the following error "Error
while parsing
'http://www.somewhere.com/getDocument.html?docType=xmlid=12345'.
Missing equals sign between attribute and attribute
value". Some where along the line the ampersand gets
removed. I have also tried using just a '&' instead of a
'&amp;' (even thought I know that it is improper to do so)
and get the same error.




 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]