DDEX is "Digital Data Exchange" - An international Standards setting body whose objective is to "Standardise the digital supply chain" http://ddex.net

learn more… | top users | synonyms

1
vote
2answers
39 views

How do I refer to the value of the child of a current node when selecting another node with XPath? (DDEX Related)

Consider this XML structure, a dumbed-down version of the DDEX standard: <doc> <master> <ResourceInfo> <Name>Foo</Name> <Seq>1</Seq> ...
3
votes
0answers
123 views

How to correctly use GenerateDS for DDEX XML binding

I am interested in Python XML binding for reading input files conforming to this schema: http://ddex.net/xml/ern/341/release-notification.xsd This XSD depends on a number of other ones though, most ...
0
votes
0answers
96 views

How to get rid of the difference of SQL statement generation between SqlDatasource and QueryBuilder

The SQL statement Generation was very different between SqlDataSource and QueryBuilder. When chose table doesn’t belong to the current connection’s SCHEMA (For example,table "TB" below does not belong ...
1
vote
2answers
411 views

Tools to assist with complex XML creation such as DDEX?

DDEX is a standard for data exchange in the music industry (http://www.ddex.net/) It's a fairly complex XML standard or set of standards which involve creating hierarchical XML. Are there any ...