This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 30982

Summary: Inline Catalog FAQ into documentation
Product: xml Reporter: _ pkuzel <pkuzel>
Component: CodeAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 32048    

Description _ pkuzel 2003-02-12 09:15:05 UTC
FAQ:

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. 

REPLY:

It's not visualized but it should work as desired
in all actions that use XML parser. Only public id
mappings are visualized.
Comment 1 Irina Filippova 2010-02-17 09:08:23 UTC
Reassigning from usersguide to another component.