Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Namespace URI's on JSP dom objects

On dom object created by the StructuredModel framework for a JSP document, the DOM nodes (Element, Attr etc.) seem to be always constructed with a null namespace URI. This is probably correct strictly speaking, however it would nice if the taglib uri could populated in this field for JSP tag nodes. This would be very helpful because it would allow us to set a NamespaceContext and perform XPath traversal of these documents.

Are there other constraints that prevent the ns field from being used in this way?


--Cam


Back to the top