Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<property name="netbeans.user" value="${user.home}/.foo"/> <property name="derby.system.home" value="netbeans.user">
我希望 derby.system.home 属性与上述属性相同。除了通过显式相同的 CDATA(所以按值)之外,我如何实现这一点?
我想我要问的是:如何让元素属性的值与另一个元素的值相同,通过引用?
PS:我正在尝试使用这个jnlp。
我不能在 XML 中做到这一点。JNLP 是 xml。