| Author |
Represent @ in xml file
|
JayaSiji Gopal
Ranch Hand
Joined: Sep 27, 2004
Posts: 303
|
|
How do i represent '@' character in an xsl file. I am writing something like this: <a href = "<xsl:value-of select="@href"/>/> it gives me "Whitespace required before attributes"
|
SCJP 1.4, SCWCD 1.4<br /> <br />Thanks in advance!<br />Jayashree.
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Are you perhaps missing a quote character (") in "/>/>"?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Represent @ in xml file
|
|
|