Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2098969 | 5.0 | Ramesh Mandava | P4 | Resolved | Fixed | b56 |
Name: inR10064 Date: 06/08/2004
The spec file
doc/api/javax/xml/xpath/XPath.html
in the API doc of JDK 1.5.0-b54 contains HTML error which affects the specification
of the method
XPathExpression compile(String expression)
The method spec text appears in browser :
"An XPathExpressionException will be thrown if the
XPathFunctionXPathFunctionResolver."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
due to misplaced character '>' in the end-tag 'code':
An <a><code>XPathExpressionException</code></a> will be thrown if the
<code>XPathFunction</code
cannot be resovled with the ><code>XPathFunctionResolver</code>.
^^^
So the words "cannot be resovled with the " are not shown in browser.
======================================================================
- backported by
-
JDK-2098969 Typo in doc/api/javax/xml/xpath/XPath.html
- Resolved
-
JDK-2098970 Typo in doc/api/javax/xml/xpath/XPath.html
- Resolved