xsltCopyText: text allocation failed
runtime error: element value-of
xsltValueOf: text copy failed
Got this error when parsing XML (wikipedia dump, actually) w/ XMLStarlet. I can get page titles and ids, but when it comes to page texts, it fails.
Expression used:
xml sel -N xmlns=http://www.mediawiki.org/xml/export-0.3/ -T -t -m "//xmlns:revision" -v "xmlns:text" -n d:\wiki\translated.wiki.xml
P.S. I'm doing it on Windows.