-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 11 Apr 2002, Doug Helton wrote:

> UnFortunately no, I don't want it to overide the name of the
> schema or dtd, What I realy need is to somehow be able to
> tell it where to look for that grammer.

i think this is an possible solution. in out xmls every namespace
referes to a "symbolic" location. e.g.

<a:test xmlns:a="http://xxx/test";>
        blabla
</a:test>

and in the xml schema exists an attribute targetnamespace with
the same value. e.g

<schema targetNamespace="http://xxx/test";>
        blabla
</schema>


and the i specify the external schema location with

"http://xxx/test file:///local/path/to/schema.xsd"

this works fine for me. but this has been only tested with some
formats and only with schemas (dtds also working?). and there is
no change in the xml or schema - except that the xml has to
follow some conventions like schema location aso.

cu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: pgpenvelope 2.10.2 - http://pgpenvelope.sourceforge.net/

iD8DBQE8tJUkrMda10jkyDYRAme6AJ9ocFQOv3L6Bbuc+e35Wh+o0xMVNACggLkG
/9OTGhy9muJcekRZBBFXPqI=
=F2Ya
-----END PGP SIGNATURE-----


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

Reply via email to