Create an XML document for Reservation of Tickets of Indianan Railways.
Answers
Answered by
5
SignedDescription>
<Ticket typeID="eventTicket" ticketID="001234">
<IssuerID fingerprint="..."/>
<OwnerID>
<Variable> ;; Restriction specified incomplete link
<CurrentValue fingerprint=(1st owner id)/>
<NewValue resource="#001"/> ;; Incomplete link
<Restriction typeID="valueChange" ticketID="123456">
<IssuerID fingerprint=(1st owner id)/>
ONCE2001-10-03http://ticket.corp.com/ticket1.gif"/>
......
Answered by
0
you can use this format :
<catalog>
<book id="bk101">
<author>Gambardella, Matthew</author>
<title>XML Developer's Guide</title>
<genre>Computer</genre>
text1
</book>
<!--Comment1-->
<book id="bk102">
<!--Comment2-->
<author>Ralls, Kim</author>
<title>Midnight Rain</title>
<genre>Fantasy</genre>
</book>
</catalog>
<catalog>
<book id="bk101">
<author>Gambardella, Matthew</author>
<title>XML Developer's Guide</title>
<genre>Computer</genre>
text1
</book>
<!--Comment1-->
<book id="bk102">
<!--Comment2-->
<author>Ralls, Kim</author>
<title>Midnight Rain</title>
<genre>Fantasy</genre>
</book>
</catalog>
Similar questions