有人可以解释我如何使用公共摘要解析带连字符的 xml 标记。我一直在网上搜索,但没有运气帮助我解决这个问题
<foo id="1">...
<bar>
<foo-ref id="1"/>
</bar>
</foo>
有人可以解释我如何使用公共摘要解析带连字符的 xml 标记。我一直在网上搜索,但没有运气帮助我解决这个问题
<foo id="1">...
<bar>
<foo-ref id="1"/>
</bar>
</foo>
那这个呢?
digester.addObjectCreate("foo-ref", "mypackage.FooRef");
http://commons.apache.org/proper/commons-digester/guide/core.html#doc.Usage