decorative banner

XML and XSLT


    XML (eXtensible Markup Language) is a standard text format for exchanging virtually any kind of data with virtually any kind of computer.

    XSLT (Extensible Stylesheet Language Transformations) is a language for converting from one kind of XML document to another.

    An increasing number of modern Web applications are using XML to send data to Web servers, which then present the data as HTML. GoLive lets you pull data out of XML, with or without using XSLT, and use that data in a Web page as easily as if it came from a database.