faqts : Computers : Internet : Web : XML : XSL[T] (in IE 5.x)

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 7 people (57%) answered Yes
Recently 4 of 7 people (57%) answered Yes

Entry

XML: XSL: Namespace: XMLNS: Version: What is the latest version of XMLNS?

Sep 7th, 2003 11:23
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 07 September 2003 - 06:13 pm ------------------

XML: XSL: Namespace: XMLNS: Version: What is the latest version of 
XMLNS?

The latest version is:

http://www.w3.org/TR/WD-xsl

---

e.g. use this in the header of your XSLT, to have the possibility to 
use all the latest XSL parsing options
in your XSL:

---

      <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" 
version="1.0">

---

Otherwise use e.g.

      <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
version="1.0">

---

[Internet: see also: http://www.w3.org/TR/xslt]

----------------------------------------------------------------------