fionbarr has asked for the wisdom of the Perl Monks concerning the following question:
<person> <firstName>John</firstName> <lastName>Smith</lastName> <age>25</age> <address> <streetAddress>21 2nd Street</streetAddress> <city>New York</city> <state>NY</state> <postalCode>10021</postalCode> </address> <phoneNumbers> <phoneNumber type="home">212 555-1234</phoneNumber> <phoneNumber type="fax">646 555-4567</phoneNumber> </phoneNumbers> </person> <person firstName="John" lastName="Smith" age="25"> <address streetAddress="21 2nd Street" city="New York" state="NY" po +stalCode="10021" /> <phoneNumbers> <phoneNumber type="home" number="212 555-1234"/> <phoneNumber type="fax" number="646 555-4567"/> </phoneNumbers> </person>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: OT: xml format question (offtopic!)
by LanX (Saint) on May 21, 2013 at 14:08 UTC | |
by flexvault (Monsignor) on May 21, 2013 at 20:21 UTC | |
by Corion (Patriarch) on May 24, 2013 at 05:42 UTC | |
by flexvault (Monsignor) on May 24, 2013 at 10:55 UTC | |
by LanX (Saint) on May 21, 2013 at 20:32 UTC | |
Re: OT: xml format question
by Corion (Patriarch) on May 21, 2013 at 13:39 UTC | |
by fionbarr (Friar) on May 21, 2013 at 13:54 UTC | |
by Corion (Patriarch) on May 21, 2013 at 13:58 UTC | |
by Anonymous Monk on May 21, 2013 at 21:46 UTC | |
by Corion (Patriarch) on May 22, 2013 at 06:44 UTC | |
| |
Re: OT: xml format question
by tobyink (Canon) on May 21, 2013 at 15:37 UTC | |
Re: OT: xml format question
by rovf (Priest) on May 21, 2013 at 15:01 UTC |