0 Replies Latest reply on Jan 10, 2011 6:13 AM by rahul123wagh

    org.xml.sax.SAXParseException: The entity "pound" was referenced, but not declared.     at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)

    rahul123wagh

      I am getting following exception when ever i am tring to parse the xml below i am posting the details of the exception and the XSL file so please suggest any fix for this exception ASAP ....thanks

       

       

      [Fatal Error] :1:826: The entity "pound" was referenced, but not declared.

      Execption occureed

      org.xml.sax.SAXParseException: The entity "pound" was referenced, but not decl

          at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)

          at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)

          at org.apache.jsp.MHT.JobFeed_jsp._jspService(JobFeed_jsp.java:2705)

       

      i tried with the following tags but nothing is working for me ------

       

      <!DOCTYPE xsl:stylesheet [<!ENTITY quot ""><!ENTITY nbsp " "><!ENTITY iexcl "¡"><!ENTITY cent "¢"><!ENTITY pound "£"><!ENTITY curren "¤"><!ENTITY yen "¥"><!ENTITY brvbar "¦"><!ENTITY sect "§"><!ENTITY uml "¨"><!ENTITY copy "©"><!ENTITY ordf "ª"><!ENTITY laquo "«"><!ENTITY not "¬"><!ENTITY shy ""><!ENTITY reg "®"><!ENTITY macr "¯"><!ENTITY deg "°"><!ENTITY plusmn "±"><!ENTITY sup2 "²"><!ENTITY sup3 "³"><!ENTITY frac14 "¼"><!ENTITY frac12 "½"><!ENTITY frac34 "¾">]>