- From: John Dziurlaj <john@turnout.rocks>
- Date: Sat, 12 Jul 2025 14:05:36 +0000
- To: Norm Tovey-Walsh <ndw@nwalsh.com>
- CC: XProc Dev <xproc-dev@w3.org>
> At a guess, try:
>
> <p:inline>{/tc:test-case/tc:test-string/string()}</p:inline>
Unfortunately, this yields the same error. Interestingly, using p:with-input/@select produces something slightly different, e.g.
<p:when test="/tc:test-case/tc:test-string">
<p:identity>
<p:with-input port="source" select="/tc:test-case/tc:test-string" />
</p:identity>
</p:when>
"Error: err:XD0030 {...}: Step failed: Only text source documents are supported."
John.
Received on Saturday, 12 July 2025 14:05:43 UTC