• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XML Default currency

 
Ranch Hand
Posts: 238
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I waqs going through following XML element

<!ELEMENT item (name)>
<!ATTLIST item
price CDATA #REQUIRED
currency (USD|EUR) "USD"
category CDATA #IMPLIED
tax_id CDATA #FIXED "22314">


It was given the EUR currency is default. How we know that it is default by seeing XML element. Any suggestions, ideas, links, resources, sample code highly appreciated. Thanks in advance
 
Marshal
Posts: 79179
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to our XML forum
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

gudim gudi wrote:It was given the EUR currency is default.

So who "gave" that? Doesn't look right to me.

Any suggestions, ideas, links, resources, sample code highly appreciated. Thanks in advance


What's up with all of these questions? You are asking questions about things all over the place and you apparently don't have a clue about any of them. Don't you think it would make more sense to learn about one area instead of answering one question in each area?
 
Don't sweat petty things, or pet sweaty things. But cuddle this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic