Java User-Friendness

I can’t see how people say Java is an end-user language, whose applications are for general user usage… SEVERE: Exception javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: “fo:inline” is not a valid child of “fo:block”! (See position 1870:716) at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:302) at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130) at org.apache.fop.cli.Main.startFOP(Main.java:174) at org.apache.fop.cli.Main.main(Main.java:205) Caused by: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: “fo:inline” is not a valid child of “fo:block”! (See position […]

CSS Cheat Sheet

I teach XML, DTD and the like, and I teach (or show and make students use) CSS for XML. It doesn’t work properly on all browsers, it doesn’t work consistently on all browsers, it doesn’t do everything web publishing needs. But it is a good approach to add some style and usefulness to XML without […]