<xsl:value-of select="document(content)//title"/> returns empty node.

Posted by Artic on Stack Overflow See other posts from Stack Overflow or by Artic
Published on 2010-03-23T08:04:25Z Indexed on 2010/03/23 8:13 UTC
Read the original article Hit count: 287

Filed under:
|

I'm trying to get title of simple html document to build sitemap. But always return empty value. I debug this and found out that document(content) returns document nodes. It looks like this.alt text But I could not access document(content)/html or something like this. Please help!

© Stack Overflow or respective owner

Related posts about xslt

Related posts about html