Jump to content

Class Help


just a beginner

Recommended Posts

Posted

I'm researching XML for a class project. There are a few terms that I keep running into that I'm not able to understand. Could someone explain what "xpath" is? Also, how does SGML and HTML interact with XML? Thank you for your help!

Posted

xpath used to select any node from a xml document using some notation. http//w3schools.com/xpath i am not sure what do you mean by interacting with html and sgml with xml. sgml is a mark up language based upon xml which used to render graphics in webpages.xhtml,sgml is derivative of xml.xhtml and html is quite same but xhtml is stricter than html. HTML,XHTML both are used to render a page.

Posted

SGML and XML are rulesets as to how information should be stored. SGML is older than XML. XML is cleaner version of SGML designed to be easier to parse. HTML is a subset of SGML, while XHTML is a subset of XML.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...