akqleocmde
Technical User
hi, i'm fairly new to xml so this may be an easy question.. however, i've been searching for an answer but i can't seem to find one..
how do i pass html tags through an xml doc? for example:
<xmltag1>
<xmltag2>This should be a link: <a href="#">click here</a></xmltag2>
</xmltag1>
is this something specific to the parser? or is there a solution that will work regardless of what technology is parsing it (php, jsp, etc.)?
thanks..
how do i pass html tags through an xml doc? for example:
<xmltag1>
<xmltag2>This should be a link: <a href="#">click here</a></xmltag2>
</xmltag1>
is this something specific to the parser? or is there a solution that will work regardless of what technology is parsing it (php, jsp, etc.)?
thanks..