Slashdot Mirror


User: DataDevil

DataDevil's activity in the archive.

Stories
0
Comments
26
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 26

  1. XSL on Mozilla M4 is Out · · Score: 1

    XSL is indeed a styling language, but because XML is a way to show data instead of a way to make a page, XSL is a styling language which can change those datastructures.
    E.g.:
    If you have a piece of XML code, you could easily pull out the piece and use it in the part of your code.
    Also see www.xml.org for more