Re: [xml-dev] Error and Fatal Error
On 17/07/2011 20:30, Stephen D Green wrote: > because the XML content includes data input into textbox controls, etc > in a webpage and we do not want to prevent users inputing '<' and '&' but surly it's fairly trivial to do a string replace on all such input to change < and & to < and & a lot simpler (and more reliable) than suggesting the entire xml parsing model changes. David