Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Automation Client : MSXML Example

MSXML Example

Here is an example using MSXML to create a DOM document which contains a description of a tree of Tint nodes. Call tree with the name of a node. For instance, in Tint Emacs, #(tree,tint.date.day-of-week) will return the following. I cleaned up the formatting to make it more readable.

<array name="day-of-week">
    <string name="1">Sun</string>
    <string name="2">Mon</string>
    <string name="3">Tue</string>
    <string name="4">Wed</string>
    <string name="5">Thu</string>
    <string name="6">Fri</string>
    <string name="7">Sat</string>
</array>

MSXML Example Source MSXML Example Source