From: Arno B. <fir...@ab...> - 2004-09-06 21:40:59
|
Hi, > > <column name="RDB$TRIGGER_BLR">�L</column> > > This is not legal (wellformed) XML 1.0 Why not? It's well-formed, but in hex it's (and that's what i wanted to write in fact): <?xml version="1.0" encoding="US-ASCII"?> <database> <column name="RDB$TRIGGER_BLR">�L</column> </database> You can check it with an on-line XML validator. Regards, Arno Brinkman ABVisie -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Firebird open source database (based on IB-OE) with many SQL-99 features : http://www.firebirdsql.org http://www.firebirdsql.info http://www.fingerbird.de/ http://www.comunidade-firebird.org/ Support list for Interbase and Firebird users : fir...@ya... Nederlandse firebird nieuwsgroep : news://80.126.130.81 |