You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by "Sham, Peter" <Pe...@lendware.com> on 2001/10/05 20:38:50 UTC

Request

Is it proper to make a request in this group?
 
A. I would like to request 2 more APIs in XalanCAPI:
 
1. 
 XalanTransformFromDataToDataPrebuilt(
    char* the XMLData,
    XalanCSSHandle theCSSHandle,
    char**   theOutput,
    XalanHandle  theXalanHandle
);

2.
 XalanCompileStylesheetFromData(
   const char*   theXSLData,
   XalanHandle   theXalanHandle,
   XalanCSSHandle*  theCSSHandle);
 
B. It seems that XalanTransformer does not include any Xalan specific
extension function, like nodeset.  Can you guys make it a default to include
such nice extension in XalanTransformer.
 
Thank you.
 
Peter.