Menu

#21 ExtractSchema doesn't handle < signs correctly

open
nobody
None
5
2006-01-14
2006-01-14
No

I ran into this issue when using the ExtractSchema
function. If you have a default value with < in
it they're not converted to &lt;. This results in an
error when trying to use the created XML data.

Not working:
<DEFAULT value="<< Previous"/>

Working:
<DEFAULT value="&lt;&lt; Previous"/>

Discussion


Log in to post a comment.