Re: New doctype won't work

2005-11-18 Thread Vincent NICOLAS
Thanks you for the quick answer. Does this mean that I will have to change it again with a future revision of iBatis ? Or will the //iBatis.com be recognize too in future releases ? Niels Beekman a écrit : iBATIS uses a SAX EntityResolver to resolve DTD's from the iBATIS jars. The public

RE: New doctype won't work

2005-11-18 Thread Niels Beekman
2005 14:34 To: user-java@ibatis.apache.org Subject: Re: New doctype won't work Thanks you for the quick answer. Does this mean that I will have to change it again with a future revision of iBatis ? Or will the //iBatis.com be recognize too in future releases ? Niels Beekman a écrit : iBATIS uses

Re: New doctype won't work

2005-11-18 Thread Jeff Butler
The entity resolver ignores the public id - the system id is what's important. There was a bug in this area that was fixed in version 2.1.5 - make sure you are using that version. If you are not using 2.1.5, then you'll need to use the old system ids. Jeff Butler On 11/18/05, Niels Beekman

Re: New doctype won't work

2005-11-18 Thread Vincent NICOLAS
and is a small effort. Niels -Original Message- From: Vincent NICOLAS [mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]] Sent: vrijdag 18 november 2005 14:34 To: user-java@ibatis.apache.org mailto:user-java@ibatis.apache.org Subject: Re: New doctype won't work Thanks

Re: New doctype won't work

2005-11-18 Thread Clinton Begin
@ibatis.apache.org Subject: Re: New doctype won't work Thanks you for the quick answer. Does this mean that I will have to change it again with a future revision of iBatis ? Or will the //iBatis.com be recognize too in future releases ? Niels Beekman a écrit : iBATIS uses a SAX EntityResolver to resolve

Re: New doctype won't work

2005-11-18 Thread Clinton Begin
NICOLAS [mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]] Sent: vrijdag 18 november 2005 14:34 To: user-java@ibatis.apache.org mailto:user-java@ibatis.apache.org Subject: Re: New doctype won't work Thanks you for the quick answer. Does this mean that I will have to change it again with a future

Re: New doctype won't work

2005-11-18 Thread Clinton Begin
:[EMAIL PROTECTED]] Sent: vrijdag 18 november 2005 14:34 To: user-java@ibatis.apache.org mailto:user-java@ibatis.apache.org Subject: Re: New doctype won't work Thanks you for the quick answer. Does this mean that I will have to change it again with a future revision of iBatis