Initial version of a simple Navigator view for XML files of many flavors.
authorjglick@netbeans.org
Fri, 05 Aug 2005 12:25:39 -0400
changeset 17624e037c66e27e0
parent 17623 024f1701c254
child 17625 9b47ec58c1eb
Initial version of a simple Navigator view for XML files of many flavors.
xmlnavigation/src/org/netbeans/modules/xmlnavigation/Bundle.properties
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xmlnavigation/src/org/netbeans/modules/xmlnavigation/Bundle.properties	Fri Aug 05 12:25:39 2005 -0400
     1.3 @@ -0,0 +1,8 @@
     1.4 +OpenIDE-Module-Display-Category=XML
     1.5 +OpenIDE-Module-Long-Description=\
     1.6 +    Shows a Navigator view for various kinds of XML documents. \
     1.7 +    Looks for certain attributes or element names to decide what are interesting items to show in the index. \
     1.8 +    Displays elements in document order, so appropriate as an outline for big documents of various kinds. \
     1.9 +    More or less works on XHTML; DocBook (including DocBook Slides); XSLT; XML Schema; XML Catalog; and miscellaneous other XML formats.
    1.10 +OpenIDE-Module-Name=XML Navigation
    1.11 +OpenIDE-Module-Short-Description=Provides a Navigator view for XML documents.