Re: [xslt] problems using document()
- From: Bernhard Zwischenbrugger <bz datenkueche com>
- To: The Gnome XSLT library mailing-list <xslt gnome org>
- Subject: Re: [xslt] problems using document()
- Date: Sun, 7 Nov 2004 17:14:39 +0100
Hi
> <xsl:if test="Extended/AdditionalPhotoXML[text()]">
> <xsl:for-each
> select="document({Extended/AdditionalPhotoXML})/html/body/listingphotos/sti
>llphotos/photo">
>
try select="exsl:node-set(document( ... ))/html...."
for details see http://www.exslt.org
There can also be a problem with html files
the "document" function only opens XHTML files.
There was talks about a documentHTML() functions some time
ago that opens "not well formed" html documents but I think
nobody added this to the http://www.exslt.org page and
then nobody implemented it.
Bernhard
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]