|
||||
[previous page]  |  [up one level]  |  [next page] | ||||
|
ZenFSXSLTDocMaker
package : ZenFS
Author : Bruno Desthuilliers Version : 0.0.5 public class ZenFSXSLTDocMakerA XSLT based FSDocMaker.Process an XML source thru XSLT with the given XSL file Functionspublic void ZenFSXSLTDocMakerReally dont do much...
Parameters : object ZenContentManager $ContentManager : Reference to the ContentManager, required by the API but not used here string $docMakerConf : Path to the conf file (here a XSL stylesheet) for the docMaker Return : (void) public mixed makeDocumentCreate a document
XSLT processing, splitting head from body and packaging this into a ZenDocument object. Parameters : mixed $docQueryData : docType and path to the XML file to parse Return : (mixed) The created document, or null if failed public string getErrorMsgReturn the XSLT processor error message.
Return : (string) variablesprivate string $_xslpathPath to the XSL fileprivate string $_errorMsgError message |
|||
[previous page]  |  [up one level]  |  [next page] |