Computer Science, asked by garhkbjyMithyasri, 1 year ago

Create an XML document for Reservation of Tickets of Indianan Railways.

Answers

Answered by ashishboehring
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 sawakkincsem
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>
Similar questions