Re: replace illegal xml characters

2007-03-21 Thread Irmen de Jong
killkolor wrote: >> Does InDesign export broken XML documents? What exactly is your problem? > > yes, unfortunately it does. it uses all possible unicode characters, > though not all are alowed in valid xml (see link in the first post). Are you sure about this? Could you post a small example? I

Re: replace illegal xml characters

2007-03-21 Thread Diez B. Roggisch
killkolor wrote: >> Does InDesign export broken XML documents? What exactly is your problem? > > yes, unfortunately it does. it uses all possible unicode characters, > though not all are alowed in valid xml (see link in the first post). > in any way for my application i should be checking if the

Re: replace illegal xml characters

2007-03-21 Thread kyosohma
On Mar 21, 8:03 am, "killkolor" <[EMAIL PROTECTED]> wrote: > > Does InDesign export broken XML documents? What exactly is your problem? > > yes, unfortunately it does. it uses all possible unicode characters, > though not all are alowed in valid xml (see link in the first post). > in any way for m

Re: replace illegal xml characters

2007-03-21 Thread killkolor
> Does InDesign export broken XML documents? What exactly is your problem? yes, unfortunately it does. it uses all possible unicode characters, though not all are alowed in valid xml (see link in the first post). in any way for my application i should be checking if the xml that comes in is valid

Re: replace illegal xml characters

2007-03-21 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, killkolor wrote: > I am working with InDesign exported xml and parse it in a python > application. I learned here: > http://boodebr.org/main/python/all-about-python-and-unicode > that there actually are sets of illegal unicode characters for xml > (and henceforth for every

replace illegal xml characters

2007-03-21 Thread killkolor
hi! I am working with InDesign exported xml and parse it in a python application. I learned here: http://boodebr.org/main/python/all-about-python-and-unicode that there actually are sets of illegal unicode characters for xml (and henceforth for every compliant xml parser). I already implemented a