Re: [xslt] problems using document()



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]