xml.namespaces.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.
<?xml version="1.0"?> <foo:a xmlns:foo="http://fooNamespace/"> <b> <c>Hello</c> </b> <foo:d> <foo:e>Hey</foo:e> </foo:d> <bar:f xmlns:bar="http://barNamespace/"> <bar:g>Hey2</bar:g> </bar:f> <alias:x xmlns:alias="http://fooNamespace/"> <alias:y>Hey3</alias:y> </alias:x> </foo:a>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy