|
[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: wax - writing api for xml
- From: Chin Chee-Kai <cheekai@s...>
- To: Andrew Welch <andrew.j.welch@g...>
- Date: Tue, 09 Sep 2008 11:07:50 +0800
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@m..."
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]
|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
| RSS 2.0 |
 |
| Atom 0.3 |
 |
| |
Stylus Studio has published XML-DEV in RSS and ATOM formats,
enabling users to easily subcribe to the list from their preferred news reader application.
|
Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website.
they were not included by the author in the initial post. To view the content without the Sponsor Links please
click here.
|
|