I have installed the pd4ml_demo.jar and it renders my HTML page correctly.
However, the CSS file referenced as a link in the HEAD block does not seem to get applied. I get the following error:
processing
http://localhost:7070/BizFlowDemo/webapp/css/demo.cssjava.lang.NullPointerException
at com.steadystate.css.parser.SelectorListImpl.toString(SelectorListImpl
.java:57)
at com.steadystate.css.parser.SACParser.selectorList(SACParser.java:1188
)
at com.steadystate.css.parser.SACParser.styleRule(SACParser.java:1083)
at com.steadystate.css.parser.SACParser.styleSheetRuleList(SACParser.jav
a:267)
at com.steadystate.css.parser.SACParser.styleSheet(SACParser.java:157)
at com.steadystate.css.parser.SACParser.parseStyleSheet(SACParser.java:5
8)
at org.zefer.html.doc.d.d.Ê00000(Unknown Source)
at org.zefer.html.doc.d.c.o00000(Unknown Source)
at org.zefer.html.doc.PD4MLHtmlParser.buildDocument(Unknown Source)
at org.zefer.pd4ml.tools.PD4Browser.¶00000(Unknown Source)
at org.zefer.pd4ml.tools.PD4Browser$13.run(Unknown Source)
at org.zefer.pd4ml.tools.PD4Browser$11.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I have tried various combinations of changing the link href.
I have used a file:/C:... as well as
http://.....
None seem to pick up the CSS.
Can you give me any pointers based on this error?