corner imagecorner image FeaturesPluginsPlatformDocs & SupportCommunityPartners


[[xml-is]] [Bug 207842] New File Type (by XML Root Element) - enable Check XML and Validate XML functionality.

  • From:
  • To:
  • Subject: [[xml-is]] [Bug 207842] New File Type (by XML Root Element) - enable Check XML and Validate XML functionality.
  • Date: Thu, 09 Feb 2012 17:12:57 +0000
  • Auto-submitted: auto-generated

http://netbeans.org/bugzilla/show_bug.cgi?id=207842

--- Comment #1 from 

 2012-02-09 17:12:57 UTC ---
Missed the TransformableSupport cookie in part 1 of my original request.  So
part 1 of the request is updated to be:

1) I am proposing that additional code be added to the DataObject created.

in the constructor - it is currently:

CookieSet cookies = getCookieSet();
cookies.add((Node.Cookie) DataEditorSupport.create(this, getPrimaryEntry(),
cookies));

proposed solution - add four further lines so that it now reads

CookieSet cookies = getCookieSet();
cookies.add((Node.Cookie) DataEditorSupport.create(this, getPrimaryEntry(),
cookies));
InputSource in = DataObjectAdapters.inputSource(this);
cookies.add(new CheckXMLSupport(in));
cookies.add(new ValidateXMLSupport(in));
cookies.add(new TransformableSupport( DataObjectAdapters.source(this)));

-- 
Configure bugmail: http://netbeans.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


[[xml-is]] [Bug 207842] New File Type (by XML Root Element) - enable Check XML and Validate XML functionality.

mmirilovic 02/02/2012

<Possible follow-up(s)>

[[xml-is]] [Bug 207842] New File Type (by XML Root Element) - enable Check XML and Validate XML functionality.

richard_l 02/09/2012

Project Features

About this Project

XML was started in November 2009, is owned by dstrupl, and has 47 members.
 
 
Close
loading
Please Confirm
Close