I would like to read and manipulate Adobe inDesign IDML Files and really would like to generate objects in PHP with the help of the xsd files.
The source XML Files link to the xsd files located here:
http://ns.adobe.com/AdobeInDesign/idml/1.0
Unfortunately this url is broken and I could not find a new URL. Does anybody know where to finde the .xsd files for IDML InDesign?
Here is an example of the Preferences.xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<idPkg:Preferences xmlns:idPkg="http://ns.adobe.com/AdobeInDesign/idml/1.0/packaging" DOMVersion="14.0">
<ButtonPreference Name="" />
I would use this lib to generate PHP classes from https://github.com/goetas-webservices/xsd2php