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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.