RE: Placing text/plain on a port via p:identity

> 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