At 03:19 PM 1/11/00 -0700, [EMAIL PROTECTED] wrote: >Part of the problem arises from the fact that, in many cases, its >impossible to tell the end of one document from the start of another. For >instance:
One convention is to insert a single byte with value ^L between docs, since this character isn't a legal XML char at least it makes it unambiguous. This is built into the perl XML libraries, but in kind of a clumsy implementation though... very handy though. -Tim