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

Summary: Parsed XML Entities Editing Support
Product: xml Reporter: _ tboudreau <tboudreau>
Component: CodeAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 22513    
Bug Blocks: 32047, 26479, 27998    

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