hello, imagine the line : <example attributname="attributvalue"/> i want to insert a quotation mark into the attribute value : <example attributname="attrib"utvalue"/>
i've tried this ":
<example attributname="attrib"utvalue"/>
and it seems to work
but i dont know what to do if a user enter " for value, i don't know how to convert it
So is there an object which convert a String into another which can be inserted in an xml attribute value ?
thanks
