JSPs
Posted: Wed Jul 21, 2004 8:04 pm
I was curious if it was possible for Oxygen to reference TLDs in a similar way to how it uses Schemas for content assist.
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>