Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Closed Thread
Reading XML file with ASP
Old 12-30-2009, 11:52 PM Reading XML file with ASP
itHighway's Avatar
Skilled Talker

Posts: 83
Name: Zeeshan Dar
Location: GUJ
Trades: 0
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>



<property>

<id>9</id>
<ref>1073</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 property tags in xml file and I could not find any right solution at google...

I would be thankful if any good programmer here can guide me



Thank you
__________________
Zeeshan Dar
itHighway -
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
itHighway is offline
View Public Profile
 
 
Register now for full access!
Old 12-31-2009, 04:02 AM Re: Reading XML file with ASP
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
http://www.stardeveloper.com/article...0072801&page=1
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 01-04-2010, 03:15 PM Re: Reading XML file with ASP
Banned

Posts: 421
Location: Boston, MA
Trades: 1
The link chris gave you should cover the process of reading it.

Just like to add, if you see timeout issue try increasing the execution timeout. Possibly by placing in a web.config in that specific folder.
webcosmo is offline
View Public Profile Visit webcosmo's homepage!
 
Old 01-04-2010, 03:48 PM Re: Reading XML file with ASP
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
web.config is for ASP.NET, It has no effect on "classic" ASP.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Closed Thread     « Reply to Reading XML file with ASP
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41210 seconds with 12 queries