To declare the dtd :-
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp " "> ]>
<xsl:stylesheet xmlns="http://www.w3.org/1999/XSL/Transform"
version="1.0">
Info supplied from http://www.dpawson.co.uk/xsl/sect2/nbsp.html
George
-----Original Message-----
From: william locksman [mailto:vsd18@xxxxxxxxxxxxxx]
Sent: 29 April 2002 11:11
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: variable declaration
hi
the namespace
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
doesnt allow me to use <xsl:variable>
in that case how do i declare variables??
and why is that it <xsl:variable> can not be used in the namespace
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">????
2nd question.. following Mike's answer to Suman's question, how do
we declare dtd for xsl and define space ??
forgive me if my questions are very basic.
thanks
_________________________________________________________
Click below to visit monsterindia.com and review jobs in India or
Abroad
http://monsterindia.rediff.com/jobs
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|