Project

Profile

Help

Bug #5803

Updated by Michael Kay over 1 year ago

This sample application is failing on the 12.x branch, but the erroneous code is also present in 11.x and earlier releases. 

 The sample uses the JAXP XPath API, but with schema-aware processing. 

 The extension function `ToCentimetres` is expecting the first argument to be supplied as a list of BigDecimal values - presumably based on the validated type of the DIMENSIONS element. It is actually being supplied as a single BigDecimal value.

Back