Using Xquery functions #340
Replies: 3 comments
-
|
Hello there! It's XQuery 3.1, using FontoXPath under the hood (https://github.com/FontoXML/fontoxpath). I suspect you will need some HTML escaping, can you try to replace the KR, |
Beta Was this translation helpful? Give feedback.
-
|
@RibeyeOnTheBone In your <td>
$a
</td>... by wrapping the inline expression with curly braces—to ensure <td>
{ $a }
</td>Also, it appears some of the code samples in your post may've been dropped by GitHub's Markdown processor. Could you review your post to surround any inline code with single backticks (e.g., |
Beta Was this translation helpful? Give feedback.
-
|
Ah, some progress, many thanks.
Dont I need {} to be able to create child / nested loops? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am a total newbee to Xquery. My first attempt is to output a pretty print of the current node, for debugging,
I have tried many variations, below is one.
This runs, but
Many thanks
<!doctype html>
<title>My test</title>Beta Was this translation helpful? Give feedback.
All reactions