Oxygen XML Editor
The Premier All-In-One XML Editing Suite
Oxygen XML Author
Single-Source XML Authoring and Multi-Channel Publishing
Oxygen XML Developer
The Required Tools for Designing XML Schemas and Transformation Pipelines
Oxygen JSON Editor
The Perfect Tool to Simplify Your JSON Editing Experience
Oxygen Publishing Engine
The Complete DITA Publishing Solution for WebHelp and PDF Output
Oxygen PDF Chemistry
Chemistry Converts HTML and XML to PDF Using CSS
Oxygen XML WebHelp
Publish DITA and DocBook Content to WebHelp Output
Oxygen Styles Basket
Customize the Look and Feel of Your PDF and WebHelp Output
Oxygen XML Web Author
Engage Your Whole Organization In Content Creation
Oxygen Content Fusion
The Web-based Collaboration Platform to Craft Tomorrow's Content
Oxygen Feedback
Modern Commenting Platform
Cloud
Enterprise
Oxygen AI Positron
Enhance Your Productivity with the Power of AI
Oxygen Scripting
Automate and Run Oxygen Utilities from the Command-Line Interface
Oxygen SDK
Specifically designed for application developers and integrators
Shop
Pricing and licensing for businesses, Academic and individuals
You can get it from here.
Go to Preferences->XML->XSLT/FO/XQuery->XQuery and set the Berkeley DBXML connection for XQuery validation.
After step 4, you will benefit from the automatic validation feature and you can use the Validate button to get a list of validation errors.
Go to associated scenario configuration and select the Berkeley DBXML connection as the transformation engine. The collections from your XQuery are automatically opened if they are available in the environment home directory you set. For example, in the following Query:
<clients> { for $client in collection("invoices.dbxml") /e5Notification/OrderNotification/Purchase/CustomerData let $bc := $client//BillingContact return <client id="{$bc/Email/text()}"> <name>{$bc/LastName/text()," ",$bc/FirstName/text()}</name> <company>{$bc/Company/text()}</company> </client> } </clients>
invoices.dbxml collection is automatically opened and the query yields the proper result.