JSPs
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 501
- Joined: Mon Feb 03, 2003 10:56 am
At this time Oxygen does not parse the tag library descriptors, so it cannot offer content assist on the custom tags.
However, you could write a stylesheet that applied over the TLD file creates an XML Schema. You can add a reference to this schema from your JSP files like this:
The content assist will offer the possibility to insert the tags defined in the tld.xsd in any point where the JSP schema allows it, for example just after the jsp:root.
However, you could write a stylesheet that applied over the TLD file creates an XML Schema. You can add a reference to this schema from your JSP files like this:
Code: Select all
<jsp:root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/JSP/Page file:/C:/current%20projects/eXml/samples/jsp/jspxsd.xsd http://www.example.com/TLD test/tld.xsd"
xmlns:jsp="http://java.sun.com/JSP/Page">
</jsp:root>
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service