XSL/ XML Parser

webmasterbeta

New Member
Hello,

I am aware of what XML parser does in terms of parsing the XML documents and changing the < tags etc.

Also i am not wrong, the browsers have built in XML Parsers like IE has MSXML.DLL and Mozilla has Xpat.

When is it exactly the XML parser used?

Here is what i think and please correct me if i am wrong

1. XML files are generated from a database.
2. Either XML files are connected to HTML for display using the datasrc property or XSL is used to display.

Where is the role of XML Parser here? Is it in backgroung.

I would like some fundamentals clear. Thanks
 
Back
Top