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 15175 - XML Schema support
Summary: XML Schema support
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Tools (show other bugs)
Version: 3.x
Hardware: Other Other
: P1 blocker with 7 votes (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-06 16:59 UTC by hlavac
Modified: 2007-09-25 01:33 UTC (History)
0 users

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 hlavac 2001-09-06 16:59:27 UTC
Now that DTDs have been obsoleted by not being namespace compatible, XML Schemas (W3C) are the only perspective document type definition language for XML.
Schema support should include:

- Schema XML document validation
- Schema editor (eventually converter vs DTD)
- XML document editor using Schema for completion / on the fly error checking
Comment 1 _ pkuzel 2001-09-10 16:09:14 UTC
Dependencies: 
 - XML Schema aware parser featuring XNI interface.
 - Be able to recognize that an XML document represents XML schema
   and handle it according to it (by namespace).

Handling specifics:

  Parser must know that a document is XML schema to be able to apply
contrains. It can be achieved by using a wrapper document that will
reference the schema. The parser will get the document as a source to
parse.
Comment 2 _ lkramolis 2002-03-06 08:33:07 UTC
Must have feature.
Comment 3 _ pkuzel 2002-04-17 16:51:54 UTC
In 3.4 timeframe is planned only validation part.
Comment 4 _ lkramolis 2002-04-22 13:55:03 UTC
Because you changed Target Milestone this feature was automatically
removed from planned 3.4 features
(http://xml.netbeans.org/plans/features34.html). 

TM is again 3.4, you can file new RFE for Enhanced XML Schema support.
Comment 5 _ pkuzel 2002-04-25 17:37:19 UTC
Schema checking and validation implemented.

Other support aspects such as completion, designer, etc. will be a
part of next releases.
Comment 6 dmladek 2004-08-19 10:14:49 UTC
implemented in 3.4
but in 4.0 seems not very reliable, I enter new issue for it
Comment 7 dmladek 2004-08-19 15:36:19 UTC
the issue was #47479, but this is a dup of already filled bug