RE: [xsl] using document() to access a dynamically generated xml tree

Subject: RE: [xsl] using document() to access a dynamically generated xml tree
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
Date: Tue, 7 Aug 2001 14:10:10 +0200
Hello Markus !

> <xsl:variable name="reports"
> select="document('http://localhost:591/FMPro?-DB=Reports.FP5&-form
> at=-dso_xm
> l&Client=WMC&-Find')"/>
A document containing this piece of code is not well-formed because of free standing '&' character, you have to quote it by &amp; entity.

---
Oleg Tkachenko
Multiconn International


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


Current Thread