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 - Be able to use CDATA instead of >, etc.
Summary: Be able to use CDATA instead of >, etc.
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Schema2Beans (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: schema2beans-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-30 23:31 UTC by _ cliffwd
Modified: 2003-12-11 14:14 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 "&").  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.