xml.testNamespaces.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxen-testsuite Show documentation
Show all versions of jaxen-testsuite Show documentation
Contains unit test code from Jaxen.
<Template> <Application1 xmlns:xplt="http://www.xxxx.com/" xmlns:xpl="http://www.xxxx.com/" version="3.0" randomAttribute="foo" > <xpl:insertText/> <xplt:anyElement> <Name/> </xplt:anyElement> </Application1> <Application2 xmlns:xplt="http://www.xxxx.com/" xmlns:xpl="http://www.xxxx.com/" version="3.0" > <xpl:insertText/> <xplt:anyElement> <Name/> </xplt:anyElement> </Application2> </Template>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy