Is there someway to configure the DOMDocument to handle vertical tab?
If not what character should a replace the vertical tabs with?
In addition, I am curious to know if anybody know of any other character
that must be handled separatly?
Thanks in advance for any help
Magnus Ellison
No, it's illegal in XML.
> If not what character should a replace the vertical tabs with?
There's no simple answer to that.
> In addition, I am curious to know if anybody know of any other character
> that must be handled separatly?
All control characters except TAB, CR and LF.