Blog

Popular Posts

Blog Visitors

Small text message

Related XML Technologies

Monday, June 13, 2011 - - 0 Comments

1.XPath – Extensible path language
    a.Used to extract data from inside an XML file
    b.Uses a path – like syntax, similar to directory or folder paths like “drive:/folder/folder/file”
2.XSLT – Extensible Stylesheet Language Transformations
    a.Styling language that takes an XML file and “transforms” it into something else, like HTML, PDF, ASCII, or even another XML file

3.XQuery – used to perform query fuctions on XML data, smilar to SQL for databases.
4.XPointer and XLink – used for creating hyperlinks to XML documents and arbitrary points within XML documents.
    -xlink:href=http://dog.com/dogbreeds.xml#xpointer(id('Rottweiler'))

0 comments: