|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: What the processing Instruction mean.
Sanghamitra Das wrote: > 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. That's a namespace declaration, not a processing instruction. It merely binds the prefix 'xsl' to the string 'http://www.w3.org/1999/XSL/Transform', so that element and attribute names using that prefix can be recognized as being XSLT instructions. Namespace names must be absolute URIs but they are not resolved; they're just used for identity. > Similarly for xml we write > <?xml version="1.0"?> This is not a processing instruction either. It has syntax that makes it resemble one, but it is an XML declaration, or if it is in an external entity, a text declaration. It is for the benefit of an XML parser. As for what it means, consult an XML reference book or the spec at w3.org. This list is for XSLT and XSLFO questions. XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








