[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: What the processing Instruction mean.

Subject: Re: What the processing Instruction mean.
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 30 Apr 2003 08:34:54 -0600 (MDT)
intruction 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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.