<?xml version="1.0" encoding="UTF-8"?><rss version="0.91"><channel><title>The XML FAQ</title><link>http://xml.silmaril.ie/</link><description>Frequently-Asked Questions about the Extensible Markup
      Language</description><language>en-ie</language><copyright>Copyright 1998-2005, Silmaril Consultants</copyright><managingEditor>xmlfaq@silmaril.ie (Peter Flynn)</managingEditor><webMaster>webmaster@silmaril.ie (Peter Flynn)</webMaster><image><title>The XML FAQ</title><url>http://xml.silmaril.ie/images/xml-small.gif</url><link>http://xml.silmaril.ie/</link><width>128</width><height>32</height><description>Frequently-Asked Questions about the Extensible Markup
      Language</description></image><lastBuildDate>Mon, 10 Jan 2011 23:31:15 +0000</lastBuildDate><item><title>[basics] What is XML?</title><link>http://xml.silmaril.ie/whatisxml.html</link><description>The Extensible Markup Language.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] What is a markup language?</title><link>http://xml.silmaril.ie/markup.html</link><description>A way of describing what's what in a document.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] What is XML for?</title><link>http://xml.silmaril.ie/whatfor.html</link><description>XML is for identification, transmission, and storage.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] What is SGML?</title><link>http://xml.silmaril.ie/whatissgml.html</link><description>Standard Generalized Markup Language, ISO
	    8879:1986</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] What is HTML?</title><link>http://xml.silmaril.ie/whatishtml.html</link><description>HyperText Markup Language, RFC 1866, the language of
	    Web pages.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] Aren't XML, SGML, and HTML all the same
	    thing?</title><link>http://xml.silmaril.ie/differences.html</link><description>No, SGML and XML are
	    metalanguages. HTML is an application of them.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] Who is responsible for XML?</title><link>http://xml.silmaril.ie/responsible.html</link><description>The W3C</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] Why is XML such an important development?</title><link>http://xml.silmaril.ie/important.html</link><description>It overcomes the inflexibility of HTML and the
	    complexity of SGML</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] Why not just carry on extending HTML?</title><link>http://xml.silmaril.ie/extendhtml.html</link><description>HTML is already too overburdened with proprietary
	    add-ons.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] Why should I use XML?</title><link>http://xml.silmaril.ie/whyxml.html</link><description>It's a robust, durable, manipulable, and free format
	    for information identification, storage and
	    transfer.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] Where do I find more information about XML?</title><link>http://xml.silmaril.ie/moreinfo.html</link><description>At http://xml.coverpages.org/</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] Where can I discuss implementation and development of
	    XML?</title><link>http://xml.silmaril.ie/discussions.html</link><description>On mailing lists, Usenet newsgroups, web-based
	    bulletin-boards, and IRC channels</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] What is the difference between XML and C or
	    C++ or Java?</title><link>http://xml.silmaril.ie/programming.html</link><description>C and Java are for writing programs; XML is for
	    storing text.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] Does XML replace HTML?</title><link>http://xml.silmaril.ie/replacehtml.html</link><description>No.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[basics] Is there an XML version of HTML?</title><link>http://xml.silmaril.ie/xhtml.html</link><description>Yes, XHTML from W3C</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[users] What do I have to do to use XML?</title><link>http://xml.silmaril.ie/usexml.html</link><description>To read it: an XML browser (eg Firefox or IE). To
	    create: an XML editor (Emacs, Spy, etc).</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[users] What does an XML document actually look like (inside)?</title><link>http://xml.silmaril.ie/internals.html</link><description>Pointy brackets like HTML</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[users] Should I use XML instead of HTML?</title><link>http://xml.silmaril.ie/xmlhtml.html</link><description>Yes if you need robustness, accuracy, and
	    persistence.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[users] Someone sent me an XML file. How do I read it?</title><link>http://xml.silmaril.ie/readxml.html</link><description>Open it in an XML browser or XML editor.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[users] How do I control formatting and appearance?</title><link>http://xml.silmaril.ie/style.html</link><description>Use a CSS or XSLT stylesheet.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[users] Where can I get an XML browser?</title><link>http://xml.silmaril.ie/browsers.html</link><description>MSIE 7; Firefox 3</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[users] How do I execute or run an XML file?</title><link>http://xml.silmaril.ie/execute.html</link><description>Not a meaningful question. XML is a data
	    format, not a programming language.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[users] Do I have to switch from SGML or HTML to XML?</title><link>http://xml.silmaril.ie/switchover.html</link><description>Not if you don't want to</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[users] Can I use XML for ordinary office
	    applications?</title><link>http://xml.silmaril.ie/officeapps.html</link><description>Yes, use Star Office, Open Office, WordPerfect, or
	    even MS-Office (11/XP only).</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] Do I have to know HTML or SGML before I learn
	    XML?</title><link>http://xml.silmaril.ie/foreknowledge.html</link><description>No, but it's useful.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] How does XML handle white-space in my
	    documents?</title><link>http://xml.silmaril.ie/whitespace.html</link><description>Parsers keep it all. It's up to the application to
	    decide what to do with it.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] Which parts of an XML document are
	    case-sensitive?</title><link>http://xml.silmaril.ie/case.html</link><description>All of it, both markup and text.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] How can I make my existing HTML files work in
	    XML?</title><link>http://xml.silmaril.ie/conversion.html</link><description>Either make them XHTML or use a different document
	    type.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] If XML is just a subset of SGML, can I use XML files
	    directly with existing SGML tools?</title><link>http://xml.silmaril.ie/tools.html</link><description>Yes, if they are up to date</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] I'm used to authoring and serving HTML. Can I learn
	    XML easily?</title><link>http://xml.silmaril.ie/learning.html</link><description>Yes</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] Can XML use non-Latin characters?</title><link>http://xml.silmaril.ie/characters.html</link><description>Yes, this is the default</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] What's a Document Type Definition (DTD) and where do
	    I get one?</title><link>http://xml.silmaril.ie/dtds.html</link><description>A specification of document structure. You can write
	    one or download them.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] Does XML let me make up my own tags?</title><link>http://xml.silmaril.ie/makeup.html</link><description>Yes but they're not called tags. They're element
	    types.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] How do I create my own document type?</title><link>http://xml.silmaril.ie/owndoctype.html</link><description>Analyse the class of documents, and write a DTD or
	    Schema</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] How do I write my own DTD?</title><link>http://xml.silmaril.ie/owndtd.html</link><description>Learn XML Declaration Syntax</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] Can a root element type be explicitly declared in the
	    DTD?</title><link>http://xml.silmaril.ie/rootelement.html</link><description>No, use the Document Type Declaration.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] I keep hearing about alternatives to DTDs. What's a
	    Schema?</title><link>http://xml.silmaril.ie/schemas.html</link><description>Like a DTD for validating content as well as
	    structure.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] How will XML affect my document links?</title><link>http://xml.silmaril.ie/links.html</link><description>XML Links are much more powerful, but not yet
	    implemented in browsers</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] Can I encode mathematics using XML?</title><link>http://xml.silmaril.ie/mathematics.html</link><description>Yes, using MathML.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] How does XML handle metadata?</title><link>http://xml.silmaril.ie/metadata.html</link><description>Any way you want.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] How do I use graphics in XML?</title><link>http://xml.silmaril.ie/graphics.html</link><description>Reference them as for HTML or use XLink. Or embed
	    SVG.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] What is parsing and how do I do it in XML?</title><link>http://xml.silmaril.ie/parsers.html</link><description>Parsing is splitting up information into its component
	    parts</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] How do I include one XML file in another?</title><link>http://xml.silmaril.ie/includes.html</link><description>Use a general entity, same as for SGML</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] When should I use a CDATA Marked Section?</title><link>http://xml.silmaril.ie/cdata.html</link><description>CDATA is only for text containing markup-like characters.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] How can I handle embedded HTML in my XML?</title><link>http://xml.silmaril.ie/html.html</link><description>Provide for it in the output, use a deep copy, or try
	    disable-output-escaping.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[authors] What are the special characters in XML?</title><link>http://xml.silmaril.ie/specials.html</link><description>Just five: 
	    &amp;lt; (&lt;),
	    &amp;amp; (&amp;),
	    &amp;gt; (&gt;),
	    &amp;quot; ("), 
	    and
	    &amp;apos;
	  (').</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] Where's the spec?</title><link>http://xml.silmaril.ie/spec.html</link><description>Right here [http://www.w3.org/TR/REC-xml]</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] I'm trying to understand the XML Spec: why does it
	    have such difficult terminology?</title><link>http://xml.silmaril.ie/terminology.html</link><description>It has to be formal to be accurate.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] What are these terms DTDless, valid, and
	    well-formed?</title><link>http://xml.silmaril.ie/validity.html</link><description>Well-formed means syntactically correct (DTD or not);
	    valid means a DTD has been used.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] Which should I use in my DTD/Schema, attributes or
	    elements?</title><link>http://xml.silmaril.ie/attributes.html</link><description>See http://xml.coverpages.org/elementsAndAttrs.html [http://xml.coverpages.org/elementsAndAttrs.html]</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] What has changed between SGML and XML?</title><link>http://xml.silmaril.ie/sgmlchanges.html</link><description>Stricter syntax and no options.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] Can I use JavaScript, ActiveX, etc in XML
	    files?</title><link>http://xml.silmaril.ie/scripts.html</link><description>Not in the XML file itself, but via a
	    stylesheet.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] Can I use Java to create or manage XML files?</title><link>http://xml.silmaril.ie/java.html</link><description>Sure.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] How do I get XML into or out of my database?</title><link>http://xml.silmaril.ie/databases.html</link><description>Ask your database manufacturer</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] What's a namespace?</title><link>http://xml.silmaril.ie/namespaces.html</link><description>A named DTD/Schema fragment identified by a URI
	    (URL).</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] What XML software is available?</title><link>http://xml.silmaril.ie/software.html</link><description>Thousands of programs: too many to list here.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] What is my information? DATA or DOCUMENT?</title><link>http://xml.silmaril.ie/docdata.html</link><description>It depends on what you're using it for.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] Do I have to change any of my server software to work
	    with XML?</title><link>http://xml.silmaril.ie/serversoftware.html</link><description>Make sure your server sends XML files as
	    text/xml</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] Can I still use server-side inclusions?</title><link>http://xml.silmaril.ie/serverincludes.html</link><description>Yes, just make sure the output conforms to XML</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] Can I (and my authors) still use client-side
	    inclusions?</title><link>http://xml.silmaril.ie/clientincludes.html</link><description>Yes, just make sure the output conforms to XML</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] I have to do an overview of XML for my
	    manager/client/investor/advisor. What should I
	    mention?</title><link>http://xml.silmaril.ie/management.html</link><description>Non-proprietary multi-purpose flexible markup</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] Is there a conformance test suite for XML
	    processors?</title><link>http://xml.silmaril.ie/conformance.html</link><description>Yes, see http://www.oasis-open.org/committees/xmltest/testsuite.htm [http://www.oasis-open.org/committees/xmltest/testsuite.htm]</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] I've already got SGML DTDs: how do
	    I convert them for use with XML?</title><link>http://xml.silmaril.ie/dtdconv.html</link><description>Edit by hand or use software like Near+Far
	    Designer.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] How do I include one DTD (or fragment) in
	    another?</title><link>http://xml.silmaril.ie/dtdincludes.html</link><description>Use a parameter entity, same as for SGML</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] How can I include a conditional statement in my
	    XML?</title><link>http://xml.silmaril.ie/conditionals.html</link><description>You can't, as such: XML isn't a programming language.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[developers] What's the story on XML and EDI?</title><link>http://xml.silmaril.ie/edi.html</link><description>Getting there: still needs more work and
	    agreement.</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[appendices] References</title><link>http://xml.silmaril.ie/bibliography.html</link><description>There is a much larger XML and SGML bibliography at
	     [http://xml.coverpages.org/biblio.html].</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[appendices] How far are we going?</title><link>http://xml.silmaril.ie/future.html</link><description>To infinity and beyond!</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[appendices] Not the XML FAQ</title><link>http://xml.silmaril.ie/glossary.html</link><description>Infrequently Asked Questions: XLS; XML; Colour; Editing; Games; SOAP; Serving
		XML; Line breaks; XML Protocol; Javascript; TMX; XUL; XMLHTTP; White-space; Searching; asp.net; Disadvantages; Rendering; Floating-point; Enumeration; XLL; Special
	    characters; Loops; UML; Multimedia; Well-formed; SML; Sorting; WAP; GTT; BPEL; Idempotency; RSS; Variables; Environment variables; Entities; AJaX; Pipelining; Attributes; URI parsing errors; Tables; Byte Order Mark; Patents, Copyright,
	    and Intellectual Property; Escaping; XML
	    and security, privacy, and identity
	    standards; Data
	    export; Data
	    import; Text
	    document formatting functions</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item><item><title>[appendices] Lost
	    XML software</title><link>http://xml.silmaril.ie/oldsoft.html</link><description>Some of the best software that has disappeared</description><pubDate>Mon, 10 Jan 2011 23:31:15 +0000</pubDate></item></channel></rss>
