dbertoni    01/08/28 15:21:00

  Modified:    c/src/TestXSLT process.cpp
  Log:
  Fixed namespace for extensions.  Fixed default for validation.
  
  Revision  Changes    Path
  1.75      +3 -3      xml-xalan/c/src/TestXSLT/process.cpp
  
  Index: process.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/TestXSLT/process.cpp,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- process.cpp       2001/08/21 18:22:11     1.74
  +++ process.cpp       2001/08/28 22:21:00     1.75
  @@ -244,7 +244,7 @@
                 << endl
                 << " [-DE (Disable built-in extension functions.)]"
                 << endl
  -              << " [-EN (Specify the namespace URI for Xalan extension 
functions.  The default is 'http://xml.apache.org/xslt')]"
  +              << " [-EN (Specify the namespace URI for Xalan extension 
functions.  The default is 'http://xml.apache.org/xalan')]"
                 << endl
                 << endl
                 << "The following options are valid only with -HTML or -XML."
  @@ -315,7 +315,7 @@
                traceSelectionEvent(false),
                traceTemplateChildren(false),
                shouldWriteXMLHeader(true),
  -             doValidation(true),
  +             doValidation(false),
                noIndent(false),
                formatToNull(false),
                formatToSourceTree(false),
  @@ -855,7 +855,7 @@
        }
        else
        {
  -             theXalanNamespace = 
XALAN_STATIC_UCODE_STRING("http://xml.apache.org/xslt";);
  +             theXalanNamespace = 
XALAN_STATIC_UCODE_STRING("http://xml.apache.org/xalan";);
        }
   
        theXSLProcessorSupport.installExternalFunctionLocal(
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to