i suspect that this isn't a digester specific issue but a general xml one.

most parsers will always load the DTD when they see a DOCTYPE. (IIRC every parser that supports validation must load the DTD.) you might try using a non-validating parser (IIRC AElfred used to be non-validating.) or (if it's the loading of the DTD which is the issue) add a DTD catalog (there's one to be found at http://xml.apache.org/) or a custom EntityResolver.

- robert

On 26 Nov 2003, at 16:59, Jos� Antonio P�rez Testa wrote:

Validation is disabled by default.

Roberto Jr wrote:

People,

I have a XML and I don�t want that the digeter validate my XML with a DTD file. But in my XML, I need to have these lines
<!DOCTYPE builderView
PUBLIC "-//SoftSite Tecnologia//DTD BuilderView XML Version 1.0//EN"
"http://www.softsite.com.br/dtd/builderView_1.0.dtd";>.


Does it have any method that I can call to disable that validation???

Thank�s,

______________________________
Roberto R. Costa Lima Jr.
SoftSite Tecnologia
Fortaleza, CE, Brazil


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


----------------------------------------------------------------------- --------------------------------------------
Este correo electr�nico y, en su caso, cualquier fichero anexo al mismo, contiene informaci�n de car�cter confidencial exclusivamente dirigida a su destinatario o destinatarios. Queda prohibida su divulgaci�n, copia o distribuci�n a terceros sin la previa autorizaci�n escrita de Indra. En el caso de haber recibido este correo electr�nico por error, se ruega notificar inmediatamente esta circunstancia mediante reenv�o a la direcci�n electr�nica del remitente.


The information in this e-mail and in any attachments is confidential and solely for the attention and use of the named addressee(s). You are hereby notified that any dissemination, distribution or copy of this communication is prohibited without the prior written consent of Indra. If you have received this communication in error, please, notify the sender by reply e-mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to