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

I will read the source in the future.  Point taken :-)

I'm just using it as a simple container right now, so this should be ok for now, but I know it doesn't solve my problem in the general case.

I have a bunch of XML documents that I have to extract relatively simple tables of data from using XPath queries. My initial implementation used a XalanDocumentPrefixResolver, but this fails in the presence of the default namespace present in each of my documents. To make it work my XPath query has to explicitly name that default namespace, something like "/c:COLLADA" instead of "/ COLLADA". I used the XalanSimplePrefixResolver and made it work. But this will fail when the document refers to other namespaces.

I'm guessing my longer term answer will be to build a new improved XalanDocumentPrefixResolver that also allows me to register new namespaces a la XalanNamespacesStack.

Or does this functionality already exist?  I can't seem to find it.

Thanks,
    Paul


You didn't provide enough information about how you are using this class to figure out if this will be a problem or not.

Dave


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)

iD8DBQFFCFUzr7+oA6AsvAkRAjz1AKCNC5QUiZS4KSrabI0WwaolAfD+4QCfcQrX
32mq+/WkCxbcGyRCKbXDkwI=
=s2j4
-----END PGP SIGNATURE-----

Reply via email to