XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] wax - writing api for xml

Hmm, it looks like perhaps the syntax has use in some cases, but what I see is that it appears to need more syntactical characters than the XML instance - ie a little cumbersome.  Advantage is probably its function-oriented syntax, which eases implementation and understanding during programming.

I'm  experimenting with a WYSIWUG syntax like:

x = <!--xml
<car year="2008">
 <model>Prius</model>
</car>
xml-->;

https://sourceforge.net/forum/forum.php?thread_id=2197744&forum_id=861535

Regards,
Chin Chee-Kai


Andrew Welch wrote:
74a894af0809080602y38afc5ebu7d32b050724b079d@mail.gmail.com" type="cite">
Just stumbled across this:

http://www.ociweb.com/mark/programming/WAX.html

Here's an example from that page, which demonstrates its method
chaining approach:

wax.start("car").attr("year", 2008).child("model", "Prius").close();

creates:

<car year="2008">
  <model>Prius</model>
</car>

...which is nice.

  


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS