A few LaTeX bugfixes
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@169 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
74d7599b11
commit
a336023983
11 changed files with 99 additions and 42 deletions
|
@ -78,7 +78,7 @@ public class SimpleXMLParser extends DefaultHandler {
|
|||
|
||||
// We don't need - and in fact should avoid - any external entities
|
||||
@Override public InputSource resolveEntity(String publicID, String systemID) throws SAXException {
|
||||
System.out.println("resolveEntity "+publicID+" "+systemID);
|
||||
//System.out.println("resolveEntity "+publicID+" "+systemID);
|
||||
return new InputSource(new StringReader(""));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue