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 "Bagepalli, Kiran" <kb...@informatica.com> on 2002/10/07 20:51:45 UTC

Parsing XML schema as a stream

Is there any way I can parse a schema file in a stream. For a schema in a
physical file, I created a in-memory XML instance document(as InputSource)
and referred to this physical schema. However if the schema is in a stream
how will I achieve this. Is there a way not to really have an instance
document and still parse a schema.

Thanks
Kiran

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


Re: Parsing XML schema as a stream

Posted by Vijay Ganapati <vi...@clarussystems.com>.
how about sax parsing?
----- Original Message -----
From: "Bagepalli, Kiran" <kb...@informatica.com>
To: <xe...@xml.apache.org>
Sent: Monday, October 07, 2002 11:51 AM
Subject: Parsing XML schema as a stream


> Is there any way I can parse a schema file in a stream. For a schema in a
> physical file, I created a in-memory XML instance document(as InputSource)
> and referred to this physical schema. However if the schema is in a stream
> how will I achieve this. Is there a way not to really have an instance
> document and still parse a schema.
>
> Thanks
> Kiran
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>
>


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