xml - planned features for NetBeans 3.4
Any features planned for other versions of NetBeans are available in
index
page.
.
Content:
-
1. Must have
- XML Schema support
(
#15175
)
- XSL Transformation action
(
#19439
)
-
2. Should have
-
3. Nice to have
| XML Schema support
(
#15175
)
|
| Duration:
10 days
| Status: Done | Votes: 5 | User Impact: high |
| Date:
| Keywords:
3.4_MILESTONE_3 | Source:
| Risk:
|
|
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
|
|
- Petr Kuzel - responsible
- hlavac - initiator
|
| XSL Transformation action
(
#19439
)
|
| Duration:
10 days
| Status: Done | Votes: 2 | User Impact: high |
| Date:
| Keywords:
3.4_MILESTONE_3 | Source:
| Risk:
|
|
It would be nice if the user could right
click on an XML document and transform it
with an XSL document.
The XSL document chosen and destination
location should be based on either of the
following:
1 - Properties in the property sheet for the
XML document if they are set, otherwise:
2 - The reference to an XSL file in the
content of the XML document, if the
reference exists, otherwise:
3 - The user is prompted for information not
filled in from the above sources.
|
dependencies:
|
- Libor Kramolis - responsible
- Robert McAuliffe - initiator
|
|