Hi,
I'm looking to allow xml tag inside a value of an attribute
If you're asking me why I would like to do that, it's because I integrated FCKEditor into WCM which use apptrix tag...
Right now, if I type that line of code into FCKEditor, I end up with:
I would like to keep my < > the way they are to let WCM get the informtion I need.
Tanks for your help!
Jonat
I'm looking to allow xml tag inside a value of an attribute
<a href="<foo bar='1' fubar='2'/>">There is a sample</a>
If you're asking me why I would like to do that, it's because I integrated FCKEditor into WCM which use apptrix tag...
Right now, if I type that line of code into FCKEditor, I end up with:
<p><a href="<foo bar='1' fubar='2'></a>">There is a sample</a></p>
I would like to keep my < > the way they are to let WCM get the informtion I need.
Tanks for your help!
Jonat