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 22160 - Parsed XML Entities Editing Support
Summary: Parsed XML Entities Editing Support
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker with 1 vote (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on: 22513
Blocks: 32047 26479 27998
  Show dependency tree
 
Reported: 2002-04-07 05:19 UTC by _ tboudreau
Modified: 2007-09-25 01:31 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2002-04-07 05:19:46 UTC
I'm currently working on a large project (the O'Reilly
NetBeans book) using DocBook.  One frustrating thing is 
that if I view the tree of any of the chapters, I simply 
get "Parse fatal error."  Using emacs and our build setup,
it is possible to include a comment such as:

<!-- -*- sgml-parent-document: 
("MASTER.xml" "book" "glossary"); sgml-indent-step: 2 -*- -
->

at the top of the file, and it will be parsed correctly in 
the context of the parent document.  Assuming the parent 
document is known, NetBeans could simplify this by 
noticing when local files are included as entities and 
handling them appropriately, with no comments needed.
Comment 1 _ lkramolis 2002-04-08 16:06:12 UTC
Good idea. Psgml sgml-parent-document manual at
http://www.lysator.liu.se/~lenst/about_psgml/psgml.html#Using%20a%20Split%20Document.
Comment 2 _ pkuzel 2002-06-03 12:26:11 UTC
Let these are considered while planning next release.
Comment 3 Marek Grummich 2002-07-19 16:32:35 UTC
Target milestone was changed from not determined to TBD
Comment 4 _ pkuzel 2003-03-14 20:43:55 UTC
This should be hidden by semantics editors. No need to use physical
entities editing as user task entry point.
Comment 5 _ tboudreau 2004-09-01 23:08:41 UTC
Unfathomable why  this is assigned to me