From: <da...@da...> - 2003-03-06 22:57:38
|
I jave been playing around SaxExp.scm using java1.4. It appears that it is supposed to ignore newlines in elements, but i keep getting stuff like this: (vienna "\n " (options "\n " (savepassword "true") (maxrows "500") ..... from this <vienna> <options> <savepassword>true</savepassword> <maxrows>500</maxrows> <tablefont> <family>dialog</family> <style>plain</style> <size>12</size> </tablefont> .. .. do I need to clean the newlines from the xml before I parse it? BTW I set (System.setProperty "org.xml.sax.driver" "org.apache.crimson.parser.XMLReaderImpl") ) in the SaxExp.scm code before compiling thanks davud |