You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Paulo David Oliveira <pa...@optimus.pt> on 2002/10/09 20:26:09 UTC

How to validate a XML in memory?

Hi

  I've just created througth DOM a XML in memory and I want to validate it according to his DTD in SYSTEM ID.
How can I do it?

Paulo Oliveira

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: How to validate a XML in memory?

Posted by Gareth Reakes <ga...@decisionsoft.com>.
Hi,
	you cannot currently do that. The best approach is to serialize it 
into a memory and reparse it. DOM level 3 validation will provide this 
functionality.


Gareth


On Wed, 9 Oct 2002, Paulo David Oliveira wrote:

> Hi
> 
>   I've just created througth DOM a XML in memory and I want to validate it according to his DTD in SYSTEM ID.
> How can I do it?
> 
> Paulo Oliveira
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
> 
> 

-- 
Gareth Reakes, Head of Product Development  
DecisionSoft Ltd.            http://www.decisionsoft.com
Office: +44 (0) 1865 203192



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org