Unless I misunderstand your question, this is a purely xml related question and isn't likely to get answered here. I'd reccomend reading a good introduction to xml (e.g., http://www.xml.com/pub/a/98/10/guide0.html, see also http://xml.apache.org/cocoon/link/xml.html for more xml related links). Your questions seem based on a misconception that xml has a universally defined set of elements like html does. Element definitions are eXtensible (the x in xml) by default and are defined by anyone. While there are some common standards floating out there, they are not in any way necessary for beginning to work in xml. Having said that, you will want to look for information on DTD (Document Type Definition) and XML Schema, which are both are standards for defining and automatically validating shared element definitions.
Geoff Howard > -----Original Message----- > From: Bobby Mitchell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 3:34 PM > To: [EMAIL PROTECTED] > Subject: XML Elements > > > Where can I find a list of XML elements? Also, I want to create some > custom XML elements. How can I do this? > > -- > Robert J. (Bobby) Mitchell > Systems Administrator > NASA Institute for Advanced Concepts > 555A 14th St Atlanta, Ga. 30318 > Phone: (404)347-9633 Fax: (404)347-9638 > > > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>