# 1. Can PHP read/use XML/RDF files?
As far as XML goes, there's Perl XML parser package.. Just look at CPAN.
# 2. What are DTD's?
DTD is short for Data Type Definition. It defaults the structure of your
XML document. Remember XML is a meta-language, and your own tags comprise
your langage. The DTD defines what are the legal elements in your
language.
Also, the DTD is used by validating XML parsers to validate if the XML
elements (or data) adhere to the format.
For more info, go to www.xml.com
# 3. Is there an easier way to create XML files besides manual coding?
There's a few XML tools out there -- check www.xml.com -- but I'm still
comfortable using an text editor in creating one (e.g. XML-based
configuration file)
# 4. What are RSS and WML?
#
Dunno much about RSS, but WML is the mark-up language used for WAP-enabled
devices. WMLs files are basically XML documents that adhere to the WML
DTD -- you can only put tags allowable to WML (which is declared in the
DTD).
HTH
jeff --
# Thanks.
#
#
# - ----
# Carlo Sogono
# [EMAIL PROTECTED]
# - --
# Homepage: http://wiredstate.com/carlo
# - --
# My PGP Public Key
# Site: http://wiredstate.com/carlo/pgp.html
# Type: DH/DSS, Cipher: CAST, created with PGP 6.5.3
# - ----
#
#
#
# -----BEGIN PGP SIGNATURE-----
# Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>
#
# iQA/AwUBOaTRvBlLrBi9nAP9EQKQGwCeLC4ASzzq6axWm7tsP1BpMoLvMSoAoPu1
# 5fO2lUaa0/UnU23pB3pXUZI9
# =/o0f
# -----END PGP SIGNATURE-----
#
#
# -
# Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
# To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
#
Jeff Gutierrez
---
http://www.gra.ph
graPH - The substance that makes techies tick!
-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]