HomeProductDownloadOrderSupportForumResellerRegistered UserAbout
Search
 

Products
Screen Babe is professional Screenmates and Office's Assistant like development tools.

Puzzle Creator is a fancy jigsaw puzzle game creator which has everything you need to create and play great-looking puzzles.

Gypsee PRO is animated musical GIF and Flash SWF creator.

Main Menu
 Home
 Overview
 New Features
 Features
 Sys Req
 User Showcase
 Samples
 Faq
 Buy It
 Try It
 Support Central
 Registration
 Feed Back

Latest News
03 Dec 2007
Jigsaw Puzzle Creator 1.93 released
24 Nov 2006
New Screen Babe 2006 V2.8 released
08/16
New Gypsee PRO 1.9 released

More Download
Download Free Screenmates
Download Screen Babe a Screenmates Creator

Screenmates Creation Service

Screen Babe allow you to load and modify XML file, the XML file can be load from several datasource like physical file or from a website. Any XML file contain node and every node have parent, child node, attribute and value.

Here's some example to load and modify XML file with Screen Babe:
To show the node value

1. Create a xml file using any text editor or notepad
<test>
<xmlnode attribute1="Attribute Value">xml node value</xmlnode>
</test>
2. Save the xml file to c:\test\test.xml
3. Start Screen Babe
4. Create a blank project
5. Add a new number variable and named it as "node"
6. Add a new number variable and named it as "attribute"
7. Add a new number variable and named it as "root"
8. Add a new text variable and named it as "value"
9. Create a new Popup Menu
10. Enter "Test XML" on Menu Caption
11. Click [none] on right side "Click Script" to define action and it will bring you to script editor
12. Select XML Operation > Save & Load > Load From File
13. Enter c:\test\test.xml on filename parameter
14. Add new action XML Operation > Select Node > Root
15. Select "root" variable which you have created on step 7
16. Add new action XML Operation > Select Node > By Name
17. Select "node" variable which you have created on step 5 on "Selected node"
18. Select "root" variable which you have defined and allocated on step 15-16 on "node"
19. Enter "xmlnode" on "name"
20. Enter "0" on "Starting Position"
21. Add new action XML Operation > Node Function > Get Value
22. Select "value" variable which you have created on step 8
23. Select "node" variable as data source (Step 17)
24. Add new action Basic Action > Show Text
25. Enter "value" on text
26. Click OK
27. Press F5 to preview screenmates

To modify node value
Step 1..20 is same like above step

28. 21. Add New action XML Operation > Node Fuction > Set Value
29. Select "node" variable as data source (Step 17) on "Node"
30. Select "value" variable as new node value on "New Value"
31. Add New action XML Operation > Save & Load > Save to file
32. Enter "c:\test\test.xml" on file name parameter

Stay Informed! Get our free newsletter. Enter your e-mail

 ©2001 - 2008 Casperlab Software. All rights reserved. Terms of Use| Privacy Statement