When trying to save this line i get an error saying
<xsl:variable name="weatherUrl" select="'http://www.google.com/ig/api?weather=aalborg&hl=da'" /> "System.Xml.XmlException: An error occurred while parsing EntityName. Line 3, position 62.
"
But when i instead of "da" writes "en". It works and i am allowed to save it.
I simply do not understand, because it seems like some xslt reserved stuff is interfering. Thanks in advance =)
Hi Malte - could you please post the XSLT formatted with the "Code" option, so we can see exactly what's going on.
(There's obviously a problem with the ampersand character in the URL - but the way the URL gets formatted with the "Paragraph" option makes it a bit ambiguous for us to decipher...
Error parsing EntityName. when writing no or da
Hi
When trying to save this line i get an error saying
<xsl:variable name="weatherUrl" select="'http://www.google.com/ig/api?weather=aalborg&hl=da'" />
"System.Xml.XmlException: An error occurred while parsing EntityName. Line 3, position 62. "
But when i instead of "da" writes "en". It works and i am allowed to save it.
I simply do not understand, because it seems like some xslt reserved stuff is interfering.
Thanks in advance =)
Hi Malte - could you please post the XSLT formatted with the "Code" option, so we can see exactly what's going on.
(There's obviously a problem with the ampersand character in the URL - but the way the URL gets formatted with the "Paragraph" option makes it a bit ambiguous for us to decipher...
/Chriztian
Yes of course :)
is working on a reply...