-
Sep 2nd, 2011, 02:48 AM
#1
problem in reading attribute value from xml
hi,
am using Jaxb2Marshaller to unmarshall xml data.i cant able to read attribute value.
xml record ...
<?xml version="1.0" encoding="Shift_JIS"?>
<ExposureData xsi:noNamespaceSchemaLocation="Exposure_Data.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ProductType>a</ProductType>
<Product>SFT_NHA</Product>
<BusinessUnit Entity="NHA">NHA</BusinessUnit>
<BaseDate>2008-12-30</BaseDate>
<CSAContract>YES</CSAContract>
</ExposureData>
i want to get Entity value and have annotated the field like this ....
@XmlAttribute(required = true)
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
private String Entity = null;
any idea's....
how to get attribute value.
thanks,
Yolanda.
XML inspection before OXM binding
-
Sep 2nd, 2011, 02:50 AM
#2
Help!!
Help!! I find the answer for a long time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules