Troop107-Admin 0 Report post Posted September 9, 2004 Here are some XML rules:when there is no beginning tag it should look like this: <hr />ALL tags are lower case-XML considers upper case a different tagALL tags MUST have a closing tag Share this post Link to post Share on other sites
zarjay1405241470 0 Report post Posted September 9, 2004 Here are some XML rules: when there is no beginning tag it should look like this: <hr /> ALL tags are lower case-XML considers upper case a different tag ALL tags MUST have a closing tag <{POST_SNAPBACK}> Those sound more like XHTML rules. XML is a bit more strict than XHTML. XHTML is more like HTML in that it will still display content even if the coding is incorrect. If any syntax is wrong with an XML document, it will not display at all. Also, XML must have an XSL stylesheet in order for XML to be displayed. Share this post Link to post Share on other sites
KyoNiwa 0 Report post Posted September 18, 2004 Me and my newbiness.... ok so... What exactilly is XML and Xhtml? And Xsl stylesheet? Is that like css? what's the difference? how is it used? Share this post Link to post Share on other sites
kraizii88z 0 Report post Posted September 18, 2004 XHTML stands for:: The Extensible HyperText Markup Language. For a really good website to get the definition... try: http://www.w3.org/TR/xhtml1/%23xhtml Share this post Link to post Share on other sites