XML/XSLT not rendering in IE7

B

bendlam

We have some XML/XSLT code that is not rendering on some clients
running IE7. Some work some don't and I can't seem to pinpoint the
reason. I'm thinking it must be a setting in IE7 somewhere but I can't
find anything different. Can anybody help? The XML/XSLT seems pretty
straight forward and we've never had any problems with it
before...here's the example code:

<?xml-stylesheet type="text/xsl" href="../EVENTechTasks.xsl"
version="1.0"?>
<Tasks xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple">
<Heading1>Overview: Managing Employee Inactive Reasons</Heading1>
<Task name="AD1001" xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple">
....
<TaskOverviews>
<DocEmbed xlink:type="locator" xlink:href="../Field
definitions/etEmployeeIAReason_IAReasonID.xml"/>
</TaskOverviews>
</Task>
<RelatedLinks>
<RelatedLink xlink:type="locator"
xlink:href="../Tasks/AD1001_Start.xml">...</RelatedLink>
</RelatedLinks>
<PrintOptions>
<PrintTitle>Printing Options</PrintTitle>
<PrintOption xlink:type="locator" xlink:href="../Printed
Document/Print_Administration.xml">...</PrintOption>
</PrintOptions>
</Tasks>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top