You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Juergen Hermann <jh...@webde-ag.de> on 2000/05/25 16:01:51 UTC

XPath Extensions in Xalan/C 0.30.0

Hi!

When trying this code...


class CXMLCopsEnvSupportDefault : public XSLTProcessorEnvSupportDefault
{

...

XObject* CXMLCopsEnvSupportDefault::extFunction(XPathExecutionContext& executionContext, const DOMString& theNamespace, const DOMString& extensionName, const std::vector<XObject*>& argVec) const
{
    XObject* result = 0;

    STRACE(TRACE_INFO, "XSLT", "extFunction? {" << theNamespace << "}" << extensionName << ".");

I'm getting this output...

2000-05-25 14:59:19.000  DEBUG (XSLT) in XMLStylesheet.cpp[158]: Transforming...
2000-05-25 14:59:19.000  INFO (XSLT) in XMLStylesheet.cpp[287]: extFunction? {:}(.

Is that a known bug?


Ciao, Jürgen

--
Jürgen Hermann (jhe@webde-ag.de)
WEB.DE AG, Amalienbadstr.41, D-76227 Karlsruhe
Tel.: 0721/94329-0, Fax: 0721/94329-22