• 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

design

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Elliotte,
we are tryin to develop a new web app but this one could be used from another web app.
Two web app would still be using the same data. so the data model remains the same. my question is can we use XML here. I was thinking the new web app can actually generate an XML instead of HTML and have a transformation to html. is this possible??
or is there another way??
Thanks in advance
Vivek
 
author
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's absolutely possible. XML is a very convenient way to move data between two systems. It's vastly superior to HTML for this purpose because it's so much more flexible. Your documents can reflect the information they contain rather than the preconceived structures of the language.
 
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi vivek,
I guess you might want to have a look at this thread, in which we discussed about the users data exchange using XML... We discussed some issues about the advantages and disadvantages of using XML in storing username-password pairs... Lasse made very reasonable point of view in that thread as well... I hope it might be helpful to your app as well...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic