[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Error and Fatal Error
- From: Andrew Welch <andrew.j.welch@gmail.com>
- To: stephengreenubl@gmail.com
- Date: Sun, 17 Jul 2011 22:26:29 +0100
On 17 July 2011 22:13, Stephen D Green <stephengreenubl@gmail.com> wrote:
> I don't buy that. And not so easy to replace '<' with
> '<' in just the element content and not the tags.
It really is straightforward... if you are adding to an in memory tree
just add the text as-is, if you are adding to serialised xml then just
put text through a serialiser first (by wrapping it in a root node,
serialising it, then substringing it out).
If that's not what you mean then can you do an example of the problem?
If the user is writing markup then it's back to helping them get it
right first time by parsing in the background and highlighting errors.
--
Andrew Welch
http://andrewjwelch.com
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]