G
Gene Ellis
Put simple I would like to have this line in my XSL template:
document.writeln("<a href='http://www.mydomain.com/user/login.php'
class='login'>")
My XML parser seems to be breaking on the single quotes. Do you know
how I can use double quotes? Or even single quotes? I have tried using
a backslash, and even tried using their numeric and character values.
I am really unsure of how to use these things together in the correct
way. Thank you so much!
document.writeln("<a href='http://www.mydomain.com/user/login.php'
class='login'>")
My XML parser seems to be breaking on the single quotes. Do you know
how I can use double quotes? Or even single quotes? I have tried using
a backslash, and even tried using their numeric and character values.
I am really unsure of how to use these things together in the correct
way. Thank you so much!