When I'm trying to load XML document with entity reference in it, the YQL returns empty result. Example:
http://query.yahooapis.com/v1/public/yql?q...callback=cbfuncThe problem is in entity reference in simple.xsl file:
CODE
<!DOCTYPE xsl:stylesheet SYSTEM "entities.dtd">
Is there any workaround of this problem?