All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.testNamespaces.xml Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
<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