Hi!
I need to make structure of xml like this and assign my value use Java.

- <#> <PresentationInfo>
   <Author>Romanov</Author>
   <Title>Сыночек - пирожочек</Title>
   <Description>About marsians taking control over Earth</Description>
   <PublicationDate>10-May-1996</PublicationDate>
   <Lang>ru</Lang>
   <PageCount>3</PageCount>

  </PresentationInfo>


How can I do it?

Reply via email to