Hi Chris, Looking at your responses to other topics, I thought you could help me resolving my problem.
Problem: I would like to use PERL script to read the XML file (Text of the nodes). This is basically to customize the UI skins. All the skin values like color, images, font etc will be stored in an XML file. I would like to read from the XML file to generate the HTML code dynamically. Example: I have written a test asp page for the same. Please go through the same and help me out in that? Do I have use some modules for this to be executed successfully? I am getting a blank page when I run this asp file! Thanks Much, GP
<?xml version="1.0" ?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</HEADING> <body>Don't forget me this weekend!</body> </note>
TEst.asp
Description: TEst.asp
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>