|
Hi, I'm new to this so forgive me if this is a daft
question... There is a test schema, very basic, it just contains
two fields test1 and test2. There is a String of xml: --- <?xml version = "1.0" encoding =
"UTF-8"?><Test
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="Test" test2="test 2" test1="test
1"></Test> --- I want to unmarshall this to the relevant xmlbean. --- testDocument = TestDocument.Factory.parse( xml ); --- However the code does not get past the above line, but
no error is thrown. Any ideas what is going wrong? Thanks!
|
- Parsing xml Caroline Wood
- Re: Parsing xml Arek Stryjski
- Re: Parsing xml Ulf Ullby
- RE: Parsing xml Caroline Wood
- Re: Parsing xml Arek Stryjski
- RE: Parsing xml Caroline Wood
- RE: Parsing xml Caroline Wood
- Re: Parsing xml Arek Stryjski
- RE: Parsing xml Don Stewart
- RE: Parsing xml Don Stewart
- RE: Parsing xml Caroline Wood

