Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP + XML... Newbie question...

Reply
Thread Tools

ASP + XML... Newbie question...

 
 
Noozer
Guest
Posts: n/a
 
      07-18-2005
I'm fairly new to ASP (but not programming in general) and I've seen several
references to using XML with ASP.

Is there someplace I could see a simple example or two of how/why XML is
used withing an ASP application? I'm trying to understand the relationship
and how XML could be beneficial to me.

Thx!


 
Reply With Quote
 
 
 
 
Aaron Bertrand [SQL Server MVP]
Guest
Posts: n/a
 
      07-19-2005
In an ASP application, I think it is more often beneficial to your users
than to you. For example, I provide an RSS feed of the articles at
www.aspfaq.com so that people can use their aggregators or other RSS
subscribers to be alerted whenever there is a new or updated article.

XML is also often used to share data between segments of an application or
service, though this is not so common in an ASP application, at least in my
experience. Part of the app may involve ASP but usually the XML segment is
between the database and other parties...

A




"Noozer" <> wrote in message
news:kLWCe.1980046$6l.1089660@pd7tw2no...
> I'm fairly new to ASP (but not programming in general) and I've seen
> several references to using XML with ASP.
>
> Is there someplace I could see a simple example or two of how/why XML is
> used withing an ASP application? I'm trying to understand the relationship
> and how XML could be beneficial to me.
>
> Thx!
>



 
Reply With Quote
 
 
 
 
Roland Hall
Guest
Posts: n/a
 
      07-19-2005
"Noozer" wrote in message news:kLWCe.1980046$6l.1089660@pd7tw2no...
: I'm fairly new to ASP (but not programming in general) and I've seen
several
: references to using XML with ASP.
:
: Is there someplace I could see a simple example or two of how/why XML is
: used withing an ASP application? I'm trying to understand the relationship
: and how XML could be beneficial to me.

I use XML DOM in ASP.
http://www.w3schools.com/dom/default.asp

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


 
Reply With Quote
 
Noozer
Guest
Posts: n/a
 
      07-19-2005

"Roland Hall" <nobody@nowhere> wrote in message
news:...
> "Noozer" wrote in message news:kLWCe.1980046$6l.1089660@pd7tw2no...
> : I'm fairly new to ASP (but not programming in general) and I've seen
> several
> : references to using XML with ASP.
> :
> : Is there someplace I could see a simple example or two of how/why XML is
> : used withing an ASP application? I'm trying to understand the
> relationship
> : and how XML could be beneficial to me.
>
> I use XML DOM in ASP.
> http://www.w3schools.com/dom/default.asp


One quick question... Is this an IE only thing? The few samples I've tried
on the w3schools site don't work in Firefox, but work fine in IE.

Thx


 
Reply With Quote
 
Roland Hall
Guest
Posts: n/a
 
      07-19-2005
"Noozer" wrote in message news:hR%Ce.271748$El.22167@pd7tw1no...
:
: "Roland Hall" <nobody@nowhere> wrote in message
: news:...
: > "Noozer" wrote in message news:kLWCe.1980046$6l.1089660@pd7tw2no...
: > : I'm fairly new to ASP (but not programming in general) and I've seen
: > several
: > : references to using XML with ASP.
: > :
: > : Is there someplace I could see a simple example or two of how/why XML
is
: > : used withing an ASP application? I'm trying to understand the
: > relationship
: > : and how XML could be beneficial to me.
: >
: > I use XML DOM in ASP.
: > http://www.w3schools.com/dom/default.asp
:
: One quick question... Is this an IE only thing? The few samples I've tried
: on the w3schools site don't work in Firefox, but work fine in IE.

That's because FF sucks! (O:=

No worries mate. Everything is server-side so the browser doesn't matter.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie: using asp.net 2.0 profile in an ASP.NET web service Navin Mishra ASP .Net 4 10-20-2006 03:22 PM
newbie: ASP Vs ASP.NET Jacky Luk ASP .Net 5 07-29-2005 11:08 AM
Newbie question: migrating "global variables" from ASP to ASP.NET =?Utf-8?B?QW5kcmVhcyBIb2ZtYW5u?= ASP .Net 2 04-18-2005 01:53 PM
Newbie Question: Asp Classic and ASP.NET running on IIS5 side-by-side ? Bob [BVP] ASP .Net 5 08-09-2004 01:55 PM
Call ASP.NET DLL from ASP 3.0 - Newbie Mark Reichard ASP .Net 5 07-13-2004 04:56 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57