[css2xslfo-support] Exception on using css2xslfo
Brought to you by:
wdonne
From: Matthias W. <mwe...@pi...> - 2005-06-03 09:25:42
|
hi me again ;) I have noticed that exception on *parsing* that link: http://www.w3schools.com/xhtml/xhtml_reference.asp the html validator of firefox (using Tidy) tell me, page is valid no error or warning. here it goes. (Game.main() is my test class ;)) be.re.css.CSSToXSLFOException: The element type "link" must be = terminated by the matching end-tag "</link>". at be.re.css.CSSToXSLFO.convert(CSSToXSLFO.java:142) at be.re.css.CSSToXSLFO.main(CSSToXSLFO.java:277) at pb.Game.main(Game.java:40) Caused by: org.xml.sax.SAXParseException: The element type "link" must be = terminated by the matching end-tag "</link>". at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at = be.re.xml.sax.ProtectEntityResolverFilter.parse(ProtectEntityResolverFilt= er.java:42) at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371) at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371) at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371) at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371) at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371) at org.apache.xalan.transformer.TrAXFilter.parse(TrAXFilter.java:134) at be.re.css.CSSToXSLFOFilter.parse(CSSToXSLFOFilter.java:237) at be.re.css.CSSToXSLFO.convert(CSSToXSLFO.java:137) at be.re.css.CSSToXSLFO.main(CSSToXSLFO.java:277) at pb.Game.main(Game.java:40) |