Re: what about a working example as part of the hwoto
James Fuller <[email protected]>
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Organization | Webcomposite |
| Message-ID | <[email protected]> |
Stefan Kost wrote: > Hi James, > > sorry about all that. Found that out yesterday. Unfortunately an error > message can never point out that it may just be a stupid typo. no worries, I make at least 5 typing mistakes a day. > What I wonder is why the xsl files in the str.zip refer to the > namespace using > "xmlns:str="http://exslt.org/Strings" > (upper-case 'S' in strings). Probably to avoid clashes if the > xsltprocessor has native implementations. a namespace URI has to be unique in all situations (a native implementation that is not part of EXSLT...lets take saxon:doc for example lives under a different namespace). Why we choose uppercase or lowercase S was just a matter of taste and I suspect that most XSLT processors probably accept uppercase and lowercase (though this would be against the spec re uniqueness!). cheers, Jim