|
Q. |
Wouldn't I want to specify the namespace for the Oct 15 2001 recommendation? Please explain why I use the Nov 1999 recommendation for my stylesheets to work.
[No.2002041902]
|
| A. |
The answer is written in the W3C Recommendation for XSL-FO, as follows:
"The 1999 in the URI indicates the year in which the URI was allocated by the W3C. It does not indicate the version of XSL being used."
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0">
|