> I'm looking for a good tutorial in xml or a list with most of the xml
> tags. I've googled for it but i can't find anything. Could someone send
> me a link to that kind of tutorial?

There are no "xml tags" as such; XML defines a grammar but not a
vocabulary. The actual tags used depend on the specific application in
question, e.g. XHTML defines one set of tags, SOAP another. You can define
your own, if you want. A lot of parsers, like the xml_parse functions in
PHP, can handle arbitrary XML input as long as it's "well-formed", that
is, follows the syntax rules properly.

Most of the syntax is described here:
        http://www.w3schools.com/xml/xml_syntax.asp

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to