Gnome XSLT Library Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#define TODO #define STRANGE #define IS_XSLT_ELEM (n) #define IS_XSLT_NAME (n, val) |
|
Similar to
Search and get the value of an attribute associated to a node This attribute has to be anchored in the namespace specified, or has no namespace and the element is in that namespace.
This does the entity substitution.
This function looks in DTD attribute declaration for
void xsltMessage (xsltTransformContextPtr ctxt, |
Process and xsl:message construct
void xsltSetGenericErrorFunc (void *ctx, |
Function to reset the handler and the error context for out of context error messages. This simply means that handler will be called for subsequent error messages while not parsing nor validating. And ctx will be passed as first argument to handler One can simply force messages to be emitted to another FILE * than stderr by setting ctx to this file handle and handler to NULL.
void xsltSetGenericDebugFunc (void *ctx, |
Function to reset the handler and the error context for out of context error messages. This simply means that handler will be called for subsequent error messages while not parsing nor validating. And ctx will be passed as first argument to handler One can simply force messages to be emitted to another FILE * than stderr by setting ctx to this file handle and handler to NULL.
void xsltDocumentSortFunction ( |
reorder the current node list list accordingly to the document order
void xsltDoSortFunction (xsltTransformContextPtr ctxt, |
reorder the current node list accordingly to the set of sorting requirement provided by the arry of nodes.
int xsltSaveResultTo ( |
Save the result result obtained by applying the style stylesheet to an I/O output channel buf
int xsltSaveResultToFilename (const char *URI, |
Save the result result obtained by applying the style stylesheet to a file or URL URL
int xsltSaveResultToFile ( |
Save the result result obtained by applying the style stylesheet to an open FILE * I/O. This does not close the FILE file
int xsltSaveResultToFd (int fd, |
Save the result result obtained by applying the style stylesheet to an open file descriptor This does not close the descriptor.