Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello, I'm trying to make xml output of sitemap, but I can't get this simple thing to work, becuase it gives an error.
I normally would aviud nesting <> and use xsl:attribute to write something like this: [code] [/code]
Tommy
You can't use xsl:value-of in an attribute. You would have to either do like Tommy has shown er simply just write the following:
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
XSLT and XML
Hello,
I'm trying to make xml output of sitemap, but I can't get this simple thing to work, becuase it gives an error.
I normally would aviud nesting <> and use xsl:attribute to write something like this:
[code]
[/code]
You can't use xsl:value-of in an attribute. You would have to either do like Tommy has shown er simply just write the following:
is working on a reply...