Hi,
Would be great if the News module also generated a New:Href2 or similar. Basically the same as the News:Href tag but where & is displayed as & for validation reasons.
Best Regards,
Nuno
Developer forum
E-mail notifications
News:HrefValid tag
Posted on 24/08/2010 19:10:38
Replies
Nicolai Høeg Pedersen
Posted on 25/08/2010 16:57:37
Perfect, thanks
Nuno Aguiar
Nuno Aguiar
Posted on 27/08/2010 12:33:59
Hi,
Working with the Pool Module and the Page Title (http://www.vilagiorgi.com/Default.aspx?AreaID=13), the problem with & char validation also happens. Should I report this through support, or can you attach it to the news module validation fix?
Best Regards,
Nuno
Working with the Pool Module and the Page Title (http://www.vilagiorgi.com/Default.aspx?AreaID=13), the problem with & char validation also happens. Should I report this through support, or can you attach it to the news module validation fix?
Best Regards,
Nuno
Nicolai Høeg Pedersen
Posted on 30/08/2010 10:01:05
Best way would be reporting it to support.
Posted on 30/08/2010 11:01:20
will do, thanks
Posted on 06/10/2010 15:42:33
Hi,
Seems that the bugfix has created a new bug:
Using XSLT templates you will get something like this in the News.Href. I have tried to enter the example below, but have also uploaded a file where the bug can be found on each news item on the "News.Href" element.
You can use HTML templates without problems....
/Sten
PS: The soloution is running 19.1.1.0
News.Href>/Default.aspx?ID=911&amp;PID=1591&amp;M=NewsV2&amp;Action=1&amp;NewsId=1981</News.Href>
Seems that the bugfix has created a new bug:
Using XSLT templates you will get something like this in the News.Href. I have tried to enter the example below, but have also uploaded a file where the bug can be found on each news item on the "News.Href" element.
You can use HTML templates without problems....
/Sten
PS: The soloution is running 19.1.1.0
<
News.Href>/Default.aspx?ID=911&amp;PID=1591&amp;M=NewsV2&amp;Action=1&amp;NewsId=1981</News.Href>
Nicolai Høeg Pedersen
Posted on 07/10/2010 08:57:07
&amp; is the xml encoded version of &. If you set disable-output-escaping="yes" it should be displayed correctly.
<xsl:value-of select="News.Href" disable-output-escaping="yes"/>