OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [xml-dev] XML/XSL & IE & WIN32 Beginner Question



Methinks that when you use..

<?xml version='1.0'?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

that in spite of what you assume - the version of IE5 used by who you send
your docs to,  isn't what you have.

I haven't tested the latest IE - but IE5.0 would certainly act as you
describe.  It simply doesn't know the namespace you are specifying. They
could see the XML with "view source" - but the XSL would not be acted on.  I
have just recently seen an example of this where the XSL would not generate
any output other than literal text and/or HTML - yet seems to walk the tree
of nodes OK... which I don't understand at all.

Cheers...Hugh
CyberSpace Industries 2000 Inc.

-----Original Message-----
From: Stout, Joel R [mailto:Stout.Joel@emeryworld.com]
Sent: Monday, October 22, 2001 1:15 PM
To: xml-dev@lists.xml.org
Subject: [xml-dev] XML/XSL & IE & WIN32 Beginner Question


Hello,

I had developed some XML and XSL awhile back that used:
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">

that worked but now, because I have the need to do some calculations, I've
changed one of the XSL documents to:

<?xml version='1.0'?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">


I also had the need to validate so I upgraded to the latest from Microsoft
and have finally gotten my XSD validity checks to work (many thanks to
Yasser Shohoud's tutorial on devxpert).

Now for the problem... I can parse/validate and view my documents fine but
when I send a link to anyone else, they cannot see the content.  They can
see the source through "view source" and the framework is there but it's not
being displayed.  The viewers are using the same version of IE as I am.  I'm
sure this is documented somewhere but I cannot find it.

Thanks for any help.

Joel

-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.xml.org/ob/adm.pl>