Signed-off-by: Tim Klemm <Tim.Klemm@lexisnexisrisk.com>
@@ -217,7 +217,7 @@ bool CEsdlCustomTransformChoose::evaluate(IXpathContext * xpathContext)
bool evalresp = false;
try
{
- evalresp = xpathContext->evaluateAsBoolean(m_compiledConditionalXpath.getLink());
+ evalresp = xpathContext->evaluateAsBoolean(m_compiledConditionalXpath);
}
catch (IException* e)
@@ -84,7 +84,7 @@ public:
ICompiledXpath * queryCompiledValuePath()
- return m_compiledValueXpath.getLink();
+ return m_compiledValueXpath;
bool isOptional () const { return m_optional; }