Skip to content

Instantly share code, notes, and snippets.

View bonbizin's full-sized avatar

Team BonBiz.in bonbizin

View GitHub Profile
@bonbizin
bonbizin / bbz-abc-ofbiz-entitydef-xquery.adoc
Last active October 4, 2015 11:06
XQuery Transformation example with Apache Ofbiz entity definition

Transforming the Product Entity Definition using XQuery

We used BaseX xquery verion 3.1 to transform the product entity definition of OfBiz v13x.

The xml file used is can be found at $install/apache-ofbiz-13.07.02/applications/product/entitydef/entitymodel.xml, it’s also uploaded.

  1. The XQuery

let $seq := distinct-values( //entity/@package-name)