From: Egon W. <eg...@us...> - 2002-08-15 15:16:32
|
Update of /cvsroot/woc/woc/source/wocjava/source/com/egonw/woc/files In directory usw-pr-cvs1:/tmp/cvs-serv21511/source/wocjava/source/com/egonw/woc/files Modified Files: WMLReadFile.java Log Message: Install WML in correct dir. And install physical properties. (Still trying to generate a HTML file, but getting close). Index: WMLReadFile.java =================================================================== RCS file: /cvsroot/woc/woc/source/wocjava/source/com/egonw/woc/files/WMLReadFile.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** WMLReadFile.java 8 Jun 2002 20:29:02 -0000 1.1 --- WMLReadFile.java 15 Aug 2002 15:16:28 -0000 1.2 *************** *** 41,45 **** handler = new WMLHandler(repository); parser.setContentHandler(handler); ! parser.setFeature("http://xml.org/sax/features/validation", true); parser.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false); } catch (Exception e) { --- 41,45 ---- handler = new WMLHandler(repository); parser.setContentHandler(handler); ! parser.setFeature("http://xml.org/sax/features/validation", false); parser.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false); } catch (Exception e) { |