[xml-dev] OASIS Katalog - rewriteURI not supported
Reiner Knoebl <[email protected]> Wed, 12 Feb 2003 08:40:22 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.xml.devel |
|---|---|
| Organization | Recom Verlag Deutschland GmbH |
| Message-ID | <[email protected]> |
Dear developers!
It was a pleasure to see, that Netbeans now supports OASIS Catalogs. I
thought I can use it to map system-independent URI's like
http://www.recom-verlag.de/xmlspace/env/Object.xml
to my local disk files like
file:/home/rknoebl/xmlspace/env/Object.xml
by using the following catalog element:
<rewriteURI
uriStartString="http://www.recom-verlag.de/"
rewritePrefix="file:/home/rknoebl/Source/xmlstore/"/>
However, I discovered that this do not work. I guess that the rewriteURI
element is not recognized by Netbeans. The catalog is verified ok and
loaded sucessfully into netbeans. However nothing happens and there is no
rewriteURI node under the Catalog node.
Did I make a mistake or is this feature not implemented up to now?
Best regards!
Reiner