Link to home
Start Free TrialLog in
Avatar of tia_kamakshi
tia_kamakshiFlag for United Arab Emirates

asked on

Writting XML

Hi,

I am working in Java after a long time.
Can any one help me in creating below pasted XML
If someone has some class, which i can use directly for reading and writting would be great

Many Thanks
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE eGAD SYSTEM "eGAD.Dtd">
<eGAD pakUID="PID_91962BD243A2A84F929CAA1BFD2018B4">
<jobdata>
<datetime>20070822152119</datetime>
<platform>Microsoft Windows</platform>
<Version major="4" minor="3"/>
<JobGUID>613A6B10FAE4794BB439EDBCF6F34A31</JobGUID>
<JobName>C:\Documents and Settings\user\Desktop\eMessaging\Folder_HTML\%2.html</JobName>
<JobShortName>%2.html</JobShortName>
<NativeFormat value="eHTML"/>
<ResourceGUID p="1" value="237853FCAEA44CE398F9043778C5AC61"/>
</jobdata>
 
 
<document docID="1" docMasterID="CF2A76BE175C691CC4693500D4048ED3" docInstanceID="A2AD25F4750A754491A2551CEEBFAC23">
<VendorId>a5f18288cc294573879357cd5a47451d</VendorId>
<DocTypeId>5865F1950EB14D028BA999AF5DADE524</DocTypeId>
<AccNo>PB485</AccNo>
<StmtDate>20070822</StmtDate>
<DDSDocValue name="Email" type="text" len="19">abc@def.com</DDSDocValue>
<DDSDocValue name="Subject" type="text" len="37">Software Maintenance Reminder</DDSDocValue>
<DDSDocValue name="AttachName1" type="text" len="19">Group1 Reminder.pdf</DDSDocValue>
<DDSDocValue name="AttachName2" type="text" len="13">Somename2.pdf</DDSDocValue>
<DDSDocValue name="AttachName3" type="text" len="13">Somename3.pdf</DDSDocValue>
<DDSDocValue name="MSISDN" type="text" len="11">00000000000</DDSDocValue>
<DDSDocValue name="Expiry" type="text" len="8">20090820</DDSDocValue>
<CustData>
<Name>Automobile Club of Southern California</Name>
<Addr line="1">3333 Fairview Rd Stop A454</Addr>
<City>Costa Mesa</City>
<Region>CA</Region>
<PostalCode>92626-1610</PostalCode>
</CustData>
<NumberOfPages value="2"/>
<Skipped><SPages></SPages></Skipped>
</document>
 
</eGAD>

Open in new window

Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tia_kamakshi

ASKER

Thanks all

I will come back to you. I am working on it.

I am sorry for the delay
Many Thanks
:-)