Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 38302 invoked by uid 500); 25 Sep 2001 16:47:26 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 38283 invoked from network); 25 Sep 2001 16:47:25 -0000 Date: 25 Sep 2001 16:47:02 -0000 Message-ID: <20010925164702.75997.qmail@icarus.apache.org> From: dbertoni@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/c/src/XSLT FunctionDocument.cpp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dbertoni 01/09/25 09:47:02 Modified: c/src/XSLT FunctionDocument.cpp Log: Removed extraneous code. Revision Changes Path 1.28 +0 -21 xml-xalan/c/src/XSLT/FunctionDocument.cpp Index: FunctionDocument.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XSLT/FunctionDocument.cpp,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- FunctionDocument.cpp 2001/09/24 16:54:42 1.27 +++ FunctionDocument.cpp 2001/09/25 16:47:02 1.28 @@ -200,27 +200,6 @@ return doExecute(executionContext, context, arg1, &base, 1); } -#if 0 - if (context == 0) - { - executionContext.error( - "The document() function requires a non-null context node!", - context, - locator); - - return XObjectPtr(); - } - else - { - XalanDOMString base; - - assert(executionContext.getPrefixResolver() != 0); - - base = executionContext.getPrefixResolver()->getURI(); - - return doExecute(executionContext, context, arg1, 0, 1); - } -#endif } --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org