RE: Namespaces

2014-07-16 Thread Gagnon, Joseph - 0558 - MITLL
I was able to achieve a prefix-less namespace attribute by passing an empty string for the prefix argument. E.g. cursor.insertNamespace(, namespaceUri); From: Friessen, Michelle [mailto:michelle.fries...@pearson.com] Sent: Tuesday, July 15, 2014 4:38 PM To: user@xmlbeans.apache.org

Characterizing an XML schema

2014-03-14 Thread Gagnon, Joseph - 0558 - MITLL
I am trying to find a way to characterize an XML schema to potentially automatically generate test cases to apply to the java API generated from that schema. Some examples: A type has an integer field; I would test setting the value (in the XML) at Integer.MAX_VALUE and Integer.MIN_VALUE,