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 34071

Summary: Be able to use CDATA instead of >, etc.
Product: ide Reporter: _ cliffwd <cliffwd>
Component: Schema2BeansAssignee: schema2beans-issues@ide <schema2beans-issues>
Status: RESOLVED FIXED    
Severity: blocker CC: vkraemer
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ cliffwd 2003-05-30 23:31:19 UTC
I have a request for GraphManager to be able to
write out it's XML using CDATA instead of escaped
entities (like "&amp;").  This is handy when you
want to embedded 1 XML graph inside of another.
Comment 1 _ cliffwd 2003-07-11 19:25:30 UTC
I just added this feature to the trunk.
Get ahold of the GraphManager (BaseBean.graphManager()), and call
setWriteCData(true) on it.  The next write will then use CDATA where
it can.