NameSpace declarations

Subject: NameSpace declarations
From: Brian Jones <Brianj@xxxxxxxxxxxxxxx>
Date: Thu, 30 Nov 2000 09:19:16 -0700
I am having problems with parsers and namespace declarations. I have been
using <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"; >. This has
worked wonderfully well for the most basic xsl transformations; value-of,
for-each, attribute but has choked on xsl:number and numeric calculations.

I have tried the following namespace as defined by xmlspy but heck it does
not work at all either in xmlspy or MS XSLDebugger.
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:fo="http://www.w3.org/1999/XSL/Format";>

I am not sure how the name spaces work inside of parsers. Where can I find a
resource on namespaces, what they truly define and what pasers understand
them?  Thanks

I am using IE5 I have installed MSXML3.0 but it is running in side by side
mode. I installed the bets 3.5 of XML Spy trial version I want to buy the
full version but not if it can not truly do its own transformations.

So i guess this has spawned another question. I like the features of MS XSL
Debugger (being able to step through the transformation) is there another
product out there that will let me do this as well?

Thanks
Brian Jones

Cerebus Consulting
"Solutions Beyond Technology"

"I can understand people who hate air-conditioning. After all, what is it
but a definite solution to a problem. That reminds of the time when I was
hungry, and I ate that sandwich." 
- Todd Barry



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


Current Thread