473,406 Members | 2,956 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Start Xml

7
M tring to learn Xml I visited various sites to begin with xml. I Got lots of description regarding xml and I acquire little bit theoretical concept but I failed to code program in xml.

So Please Please help me to start with xml and which software I have to install in my system. It will be very much kind for me if anybody help me to begin with xml
Aug 9 '12 #1
5 2407
Dormilich
8,658 Expert Mod 8TB
the only XML you can write something that could be called a programme with is XSL. despite that XML is just a data format like HTML.
Aug 9 '12 #2
ariful alam
185 100+
XML stands for Extensible Markup Language, is a simple text based file like HTML for that you don't need any special software installed in your computer. Just NotePad or TextPad can be used for XML writing.

XML file is used to store data in a sequential format like database. It is not used to represent data like HTML.

To represent data of a XML file you have to use CSS or XSL (Extensible Style Sheet Language) file.

And to validate data types used in XML file you have to use DTD or XSD file.

This files have to link to XML file to render style or to check the data types.

A HTML file has predefined tags but an XML file has no predefined tags. You can user your own tag names for your XML file.

The first line of an XML file is:
Expand|Select|Wrap|Line Numbers
  1. <?xml version="1.0" encoding="UTF-8"?>
you can learn more about XML and other from w3schools.

XML link XML

CSS link CSS

XSL link XSLT

DTD link DTD

and all other tutorials of related files to XML you can get there.
Aug 9 '12 #3
bish1
7
Thanks a lot. Is notepad is sufficient for coding xml programme?
Aug 9 '12 #4
Dormilich
8,658 Expert Mod 8TB
it would work, though I recommend an editor with syntax/tag highlighting.
Aug 9 '12 #5
ariful alam
185 100+
It works fine. but if you like to do work free without error you should use any XML editor software as Dormilich said. because, XML has some rules those you have to maintain, which are not mandatory for HTML. And XML editor can help you to find out the mistakes by you and you can fix those easily.

Hope it's help you. :)
Aug 9 '12 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: engsol | last post by:
I'm using Python to parse a bunch of s/w test files and make csv files for later report generation by MS ACCESS....(my boss loves the quick turn-around compared to C). Each log file may contain one...
0
by: Mark Adams | last post by:
I am a relative newbie to MySQL. I had a Postfix+Courier+MySQL mail server running for several months. It took me a week or so to get it up and running in September. Now, I did a clean upgrade to...
16
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
0
by: henning.friese | last post by:
Hello NG, I'm need to write some code which creates tiff files from various document types (doc, pdf, xls). I want to do this by ShellExecuting (via System.Diagnostics.Process) the doc-files...
8
by: Challenge | last post by:
Hi, I got error, SQL1768N Unable to start HADR. Reason code = "7", when I tried to start hadr primary database. Here are the hadr configuration of my primary db: HADR database role ...
4
by: carson | last post by:
I have written two windows services: - service A does some crunching of local data files and uploads them to a central processing computer via http. - service B monitors a manifest file on a...
2
by: =?Utf-8?B?Vmlua2k=?= | last post by:
Hello Everyone, I have an exe application that I want to start remotely.Once I start the application, I want to press ok to that application. To start the application, I did...
0
by: Yue Fei | last post by:
I have a multi thread python code, threads can start immediately if I run on command line, but I can get them started right the way if I call the same code from C/C++. test code like this: from...
0
by: Vinod Sadanandan | last post by:
Fast-Start Failover An Overview In Dataguard Environment ============================================================================= This article describes the automatic fast start failover...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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,...
0
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...

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.