Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 30th, 2009, 12:46 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 198
Thanks: 2
Thanked 0 Times in 0 Posts
Send a message via MSN to itHighway
Default Reading XML file with ASP

Hello,

I have a xml file that looks like below:

Quote:
<root>
<property>
<id>8</id>
<ref>1072</ref>
<type>
<de>Villa</de>
<en>Villa</en>
</type>
<town>
<de>Competa</de>
<en>Competa</en>
</town>
<province>
<de>Malaga</de>
<en>Malaga</en>
</province>
</property>
</root>
I need to read the text from following tags
  • ROOT > PROPERTY > TYPE > EN
  • ROOT > PROPERTY > TOWN > EN
  • ROOT > PROPERTY > PROVINCE > EN
There are around 800 records so what is the best way to do it?


Thank you,
Zeeshan Dar





Similar Threads
Thread Thread Starter Forum Replies Last Post
Urgent ::Reading two xml files subcontent and adding that to third xml file archleader XSLT 6 August 18th, 2009 03:11 AM
Help with PHP file reading XML file for output rydog65 Beginning PHP 0 March 26th, 2008 05:13 PM
Reading XML file using ASP itHighway Classic ASP XML 1 June 7th, 2006 06:16 AM
Reading XML file using ASP itHighway Classic ASP Basics 1 May 1st, 2006 06:21 PM
Reading XML file using ASP itHighway XSLT 2 April 29th, 2006 04:52 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.