DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
xslt_param Struct Reference

XSLT Parameter name/value pair. More...

Data Fields

const char * name
 Name of paramater. More...
 
const char * value
 value of paramater. More...
 

Detailed Description

XSLT Parameter name/value pair.

Definition at line 29 of file libxslt.c.

Field Documentation

const char* xslt_param::name

Name of paramater.

Definition at line 31 of file libxslt.c.

Referenced by xslt_addparam().

const char* xslt_param::value

value of paramater.

Definition at line 33 of file libxslt.c.

Referenced by xslt_addparam().


The documentation for this struct was generated from the following file: