https://issues.apache.org/bugzilla/show_bug.cgi?id=57290

--- Comment #1 from Jeremy Boynes <jboy...@apache.org> ---
A simple JSP Document produces the following XML View:

<?xml version="1.0" encoding="UTF-8" ?>
<jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page"; jsp:id="0">
<jsp:directive.page jsp:id="1" pageEncoding="UTF-8"
contentType="text/xml;charset=UTF-8"/>
<o:doc xmlns:d="urn:dump" xmlns:o="urn:out" jsp:id="2">
  <x:hello xmlns:x="urn:jsptagdir:/WEB-INF/tags/test" jsp:id="3"/>
</o:doc>
</jsp:root>

In this view, the 'd' and 'x' prefixes refer to tag libraries but the 'o'
prefix is part of the output text. Without access TagLibraryInfo I do not see a
way determine that 'urn:dump' refers to a taglib but that 'urn:out' does not.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to