xml modeling

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • emekadavid

    xml modeling

    am newbie to xml. can one do modeling in xml and if yes, how?
    tanx
  • Joseph J. Kesselman

    #2
    Re: xml modeling

    emekadavid wrote:
    am newbie to xml. can one do modeling in xml and if yes, how?
    XML is pure syntax, with almost no semantics. Think of it as being a
    framework for building serialized data structures.

    You could certainly write a modelling language that uses XML as its
    syntax. I'm not sure offhand whether one already exists. Search The Fine
    Web?

    Comment

    Working...