473,513 Members | 2,552 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

General Question: XML

I am a beginner programmer taking my first VB 6.0 class, please forgive me
if this question is foolish.

Question:

How is XML (Extensive Markup Language) a part of the .NET environment and is
it intended to replace HTML.

Anyone's comments would be appreciated. Please refer to another newsgroup if
I am in the wrong place.

Thanks

Bill W
Jul 21 '05 #1
1 1158

"Bill H" <wh****@tampabay.rr.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
I am a beginner programmer taking my first VB 6.0 class, please forgive me
if this question is foolish.

Question:

How is XML (Extensive Markup Language) a part of the .NET environment and is it intended to replace HTML.
Whoever told you that XML would replace HTML? This is not true, over time
HTML will more and more be written using the more strict rules that XML
documents follow (case sensitive, all open tags have close tags, proper
nesting, etc.). When you write HTML this way, you are actually writting
XHTML.

HTML will probably be around for a long long time.

But, .NET uses XML quite a bit internally. Here are 3 of the big ways that
XML is used within the .NET Environment:

The ADO.NET "DataSet" object is essentially one big XML Schema and the
DataSet persists its data as XML natively.

Web Services are nothing more than remote procedure calls from one machine
to another. Now, that (in an of itself) is not a new concept, but web
services take a different approach. When machine A wants to invoke the
procedure from machine B, it does so by accessing an XML document on machine
B called the "Web Service Description Language" document. When machine B is
done with its processing and returns its answer to machine A, it send a
stream of XML as the result. Because of this XML going back and forth over
HTTP, another protocol called SOAP (Simple Object Access Protocol) rides
along on top of HTTP to keep the XML "formatted" properly.

Lastly, because XML is such a great data-transport mechanism, .NET has many
classes in the System.XML namespace for reading, writing and working with
XML.


Anyone's comments would be appreciated. Please refer to another newsgroup if I am in the wrong place.
Thanks

Bill W

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

105
5231
by: Christoph Zwerschke | last post by:
Sometimes I find myself stumbling over Python issues which have to do with what I perceive as a lack of orthogonality. For instance, I just wanted to use the index() method on a tuple which does not work. It only works on lists and strings, for no obvious reason. Why not on all sequence types? Or, another example, the index() method has...
1
2358
by: Mark Fink | last post by:
Hi there, unfortunately I am new to Jython and my "Jython Essentials" book is still in the mail. I looked into the Jython API Doc but could not find the information. I am porting a Python library to Jython and some parts are missing. My question basically is where do I find information on what to use instead. E.g. I could not find...
0
1497
by: Yong | last post by:
I'm not getting any reply to my previous thread so I'm stating a new one. I get a General Network Error due to my SqlCommand object not having a big enough CommandTimeout to complete very long sql statements. My question is this: Why does SQL generate a General Network Error instead of the Timeout Expired Error? When I run my program...
2
4034
by: sharan | last post by:
Hello Friends I have a problem in Data Structure (In C) i want to emplement a General tree having three child nodes of each parent node ...please send me any simple Example( code) by which i can understand General Tree codes.....node be int value if possible than help me for a name(string)
3
1601
by: =?Utf-8?B?Ymxi?= | last post by:
I am posting to the general discussion group - but I cannot find my postings... or replies...
0
7178
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7128
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7543
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5704
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5103
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4759
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3255
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3242
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1612
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.