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]

[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