Fxml

From Fxp Wiki

Jump to: navigation, search
 
Fxml is a new standard proposition, based on xml but enabling tag
overlapping between different namespaces:
 
Exemple:
<a:tag1>
  <b:tag1>
</a:tag1>
  </b:tag1>
 
Each namespace is a proper tree, but tags might overlap among different
namespaces.
 
<article:body>
  <philosophy:notion1>
               <finance:notion1>   -----
  </philosophy:notion1>                 |
  <philosophy:notion2>                  |
               </finance:notion1>  -----
  </philosophy:notion2>
</article:body>
 
Personal tools