| Author |
iFrame in xsl file
|
nuthan kumar
Ranch Hand
Joined: Feb 14, 2006
Posts: 47
|
|
Hi, I am parsing XML file using xsl.. in xsl I need to call one jsp using iFrame with two parameters. when I tried like this, i am getting error.. <iframe name="mbomFilter" id="mbomFilter" src="../test.jsp?par1='test1'&par2='test2'" height="40" width="100%" marginheight="0" marginwidth="0" scrolling="yes" frameborder="0"></iframe> I think the problem is with & symbol in the src. can some one please help me how to avoid this. Thanks Nuthan
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16479
|
|
The problem could be something to do with that ampersand. However you have seen the error message and we have not, which makes it difficult to be certain. It is a rule of XML that ampersands have to be escaped as "&", so yes, it would be a good idea to follow that rule. [ September 18, 2006: Message edited by: Paul Clapham ]
|
 |
 |
|
|
subject: iFrame in xsl file
|
|
|