InDesign ICML Files¶
-
class
bkgen.icml.ICML(fn=None, root=None, tree=None, parser=None, encoding=’UTF-8’, schemas=None, **args)[source]¶ Bases:
bxml.xml.XML,bkgen.source.Sourcemodel for working with ICML files (also idPkg:Story xml)
-
NS= {‘idPkg’: ‘http://ns.adobe.com/AdobeInDesign/idml/1.0/packaging’}¶
-
POINTS_PER_EM= 12¶
-
ROOT_TAG= ‘Document’¶
-
document(fn=None, **params)[source]¶ produce and return XML output from this ICML document. fn = the output filename; default os.path.splitext(ICML.fn)[0] + ‘.xml’
-
documents(path=None, **params)[source]¶ return a list of documents containing the content of the document
-