Searched defs:_xsltStylesheet (Results 1 – 1 of 1) sorted by relevance
1481 struct _xsltStylesheet { struct1485 struct _xsltStylesheet *parent; argument1486 struct _xsltStylesheet *next; argument1487 struct _xsltStylesheet *imports; argument1489 xsltDocumentPtr docList; /* the include document list */1494 xmlDocPtr doc; /* the parsed XML stylesheet */1495 xmlHashTablePtr stripSpaces;/* the hash table of the strip-space and1497 int stripAll; /* strip-space * (1) preserve-space * (-1) */1498 xmlHashTablePtr cdataSection;/* the hash table of the cdata-section */1503 xsltStackElemPtr variables; /* linked list of param and variables */[all …]