B
bearclaws
I created a small "app" using an XML file and an XSLT file.
It works great on a PC but when I try to view it on a Mac (IE or
Safari) it blows up and does not display the XML properly.
I'm using the MSXML parsers ability to include extension functions in
order to allow the XML to pass and receive URL parameters....and think
this is causing the problem.
Here's my XSLT header:
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:url="uri:find-url.org"
exclude-result-prefixes="msxsl">
<xslutput method="html" indent="yes" encoding="iso-8859-1"/>
<xsl:variable name="xmlpath" select="url:findURL(.)" />
....Any thoughts?!
FYI: I am brand new to the XML/XSLT world so please mind the technical
jargon. I definitely hacked my way through this one!
Many thanks,
BC
It works great on a PC but when I try to view it on a Mac (IE or
Safari) it blows up and does not display the XML properly.
I'm using the MSXML parsers ability to include extension functions in
order to allow the XML to pass and receive URL parameters....and think
this is causing the problem.
Here's my XSLT header:
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
xmlns:url="uri:find-url.org"
exclude-result-prefixes="msxsl">
<xslutput method="html" indent="yes" encoding="iso-8859-1"/>
<xsl:variable name="xmlpath" select="url:findURL(.)" />
....Any thoughts?!
FYI: I am brand new to the XML/XSLT world so please mind the technical
jargon. I definitely hacked my way through this one!
Many thanks,
BC