ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:convertschemafile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
axmls:convertschemafile [2015/11/09 02:14] mnewnhamv5:axmls:convertschemafile [2016/01/13 02:26] (current) – ↷ Page moved from axmls:convertschemafile to v5:axmls:convertschemafile mnewnham
Line 1: Line 1:
-====== convertSchemFile ======+====== convertSchemaFile ======
 <WRAP right box> <WRAP right box>
 == Syntax == == Syntax ==
Line 9: Line 9:
 </WRAP> </WRAP>
 ===== Description ===== ===== Description =====
-Call this method to convert the specified XML schema file to a different AXMLS DTD version. For instance, to convert a schema created for an pre-1.0 version for AXMLS (DTD version 0.1) to a newer version of the DTD (e.g. 0.2). If no DTD version parameter is specified, the schema will be converted to the current DTD version. If the newFile parameter is provided, the converted schema will be written to the specified file.+Call this method to convert the specified XML schema file to a different AXMLS DTD version. For instance, to convert a schema created for an pre-1.0 version for AXMLS (DTD version 0.1) to a newer version of the DTD (e.g. 0.3). 
  
-    +If no DTD version parameter is specified, the schema will be converted to the current DTD version. If the newFile parameter is provided, the converted schema will be written to the specified file. 
 + 
 +The method always returns the result of the transformation or false if an error occur even if an output file name is specified. 
v5/axmls/convertschemafile.1447031686.txt.gz · Last modified: 2017/04/21 11:23 (external edit)