DORSETRIGS
Home

xquery (6 post)


posts by category not found!

Saxon Unexpected token " < e o f >"

Understanding the Saxon Unexpected Token Error eof When working with Saxon a powerful XSLT and X Query processor developers sometimes encounter the error messag

2 min read 08-10-2024 18
Saxon Unexpected token " < e o f >"
Saxon Unexpected token " < e o f >"

Only select text directly in node, not in child nodes

Selecting Text Directly in a Node Excluding Child Nodes In web development specifically when working with the Document Object Model DOM developers often encount

2 min read 24-09-2024 51
Only select text directly in node, not in child nodes
Only select text directly in node, not in child nodes

How to get sum of nodes values in XQuery?

Calculating the Total Price of Products in an Order using X Query This article will guide you through calculating the total price of products in a specific orde

2 min read 06-09-2024 50
How to get sum of nodes values in XQuery?
How to get sum of nodes values in XQuery?

Serialize JSON with indentation from XQuery

Indenting Your JSON Output in X Query A Step by Step Guide Working with JSON in X Query can sometimes feel like navigating a maze One common challenge is mainta

2 min read 05-09-2024 46
Serialize JSON with indentation from XQuery
Serialize JSON with indentation from XQuery

Is "deep lookup operator" for map implemented in any XQJ processor?

Deep Lookup Operator in XQJ Processors A Quest for Implementation X Query 4 0 introduced the powerful deep lookup operator for navigating nested maps and arrays

2 min read 31-08-2024 48
Is "deep lookup operator" for map implemented in any XQJ processor?
Is "deep lookup operator" for map implemented in any XQJ processor?

Xquery expect return found ;

X Query Error expecting return found A Comprehensive Guide This article aims to help you understand and resolve the common X Query error expecting return found

3 min read 28-08-2024 60
Xquery expect return found ;
Xquery expect return found ;