File: test/test1.xml

Recommend this page to a friend!
  Classes of Vallo Reima   JS Merge XML   test/test1.xml   Download  
File: test/test1.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Merge XML
Merge XML documents from strings or DOM objects
Author: By
Last change: Update of test/test1.xml
Date: 2 years ago
Size: 653 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <!-- sample configuration @package System @author Vallo Reima @copyright (C)2012 --> <cfg xmlns="http://www.vallo.me/"> <!-- Application properties --> <apn> <name>vRegistrator</name> <vers>1.1</vers> </apn> <!-- Modules --> <mod> <ath flag="O">auth</ath> <sni flag="C">login</sni> <snu>signup</snu> </mod> <!-- Loader modules --> <ldm> <sni> <P opt="wrap">login</P> <J opt="load" stay="all">login</J> <S>login</S> </sni> <snu> <P opt="wrap">signup</P> <S>signup</S> <J opt="load">signup</J> </snu> </ldm> </cfg>