|
FWIW, this is not a blocker for me for beta-4.
It seems that it is entirely a DOM4J issue. I can't reproduce the error anymore.
It was an issue of dom4j... would need to find the iD... The following is working for me: paul The test is commented out in TestFileTag.java
Running with dom4j 1.5-rc1 and the testfiletag still fails.
I've found the issue here. The XmlParser class doesn't pass through qualified attribute names to TagScripts.
I'm going to special case xml:* attributes and pass them through qualified. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
dom4j 1.5-beta doesn't fix this issue.