[scrapers] Replace Buffers before parsing XSLT nodes
authorLee Pollock <scudlee@gmail.com>
Wed, 22 Jan 2014 18:31:37 +0000 (18:31 +0000)
committerLee Pollock <scudlee@gmail.com>
Wed, 22 Jan 2014 18:31:37 +0000 (18:31 +0000)
xbmc/utils/ScraperParser.cpp

index 13c56ca..023f752 100644 (file)
@@ -346,6 +346,7 @@ void CScraperParser::ParseXSLT(const CStdString& input, CStdString& dest, TiXmlE
     XSLTUtils xsltUtils;
     CStdString strXslt;
     strXslt << *pSheet;
+    ReplaceBuffers(strXslt);
 
     if (!xsltUtils.SetInput(input))
       CLog::Log(LOGDEBUG, "could not parse input XML");