Connecting Tech Pros Worldwide Forums | Help | Site Map

xml parser

friend.05@gmail.com
Guest
 
Posts: n/a
#1: Oct 29 '05
I have never used xml.

how can I run XML parser?

I am having to file *.xml amd *.phps (xml parser).

But how should I run this files. Do I need any software or not.

By using xml parser I think I want to get some data from xml file. So
how can run xml parser on xml file.


Jürgen Kahrs
Guest
 
Posts: n/a
#2: Oct 29 '05

re: xml parser


friend.05@gmail.com wrote:
[color=blue]
> I have never used xml.[/color]

OK, so use Google to read more about it.
There's tons of info on the Internet.
[color=blue]
> how can I run XML parser?
>
> I am having to file *.xml amd *.phps (xml parser).
>
> But how should I run this files. Do I need any software or not.[/color]

Yes.
[color=blue]
> By using xml parser I think I want to get some data from xml file. So
> how can run xml parser on xml file.[/color]

You are making a fool out of yourself by
asking such questions here.
Peter Flynn
Guest
 
Posts: n/a
#3: Oct 29 '05

re: xml parser


friend.05@gmail.com wrote:
[color=blue]
> I have never used xml.[/color]

The XML FAQ is at http://xml.silmaril.ie/
[color=blue]
> how can I run XML parser?[/color]

See the question on parsers at http://xml.silmaril.ie/authors/parsers/
[color=blue]
> I am having to file *.xml amd *.phps (xml parser).
>
> But how should I run this files. Do I need any software or not.
>
> By using xml parser I think I want to get some data from xml file. So
> how can run xml parser on xml file.[/color]

A parser just identifies the component parts of your XML document.
Just running a parser on its own will probably not give you any useful
information. A parser usually has to work with an application (program)
which will make use of this information. Do you know what you want to
do?

///Peter

Closed Thread