RE: [xsl] What the processing Instruction mean.

Subject: RE: [xsl] What the processing Instruction mean.
From: Sundar Shanmugasundaram <SSHANMUGASUNDARAM@xxxxxxxxxxxxx>
Date: Wed, 30 Apr 2003 13:06:47 +0530
Hi,

To know more about PI please refer XML Specification on w3 site.

xmlns:xsl - is namespace. 

Two are different concepts.

In my personal opinion, you could do some homework before 
asking these questions.

sundar

-----Original Message-----
From: Sanghamitra Das [mailto:sanghamitra.das@xxxxxxxxxx]
Sent: Thursday, January 30, 2003 12:07 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] What the processing Instruction mean.


Hi
 can anyone tell me what the processing instruction mean.
When we write xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
what actually it means does it look for a DTD on that site.
Similarly for xml we write 
<?xml version="1.0"?>
-----------------------------------------------------
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";> 
-----------------------------------------------------

Thanks in Advance
-Sanghamitra


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread