using links in XML doc
Hello All,
I am new to web developing and XML. I am having a problem with Mozilla Firefox acknowledging the hyperlink in my XML code. I've launched the code in IE and was able to click on the link and was taken to the page I referenced (href) in the code, the problem with IE's version is that it does not present the style sheet as I intended. I've tried a couple of xlink calls trying to make this happen with no success. Can anyone help me with getting Firefox to recognize the link I have within. thanks in advance!
Code as follows:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="transcript_css.css"?>
<!-- <!DOCTYPE assignment4 SYSTEM "MYDTD.dtd"> -->
<!-- <transcript xmlns:xlink="http://www.w3.org/1999/xlink" lang="en" xml:lang="en"> -->
<transcript xmlns:html="http://www.w3.org/TR/REC-html40">
<student-program>
<row>
<row-header>STUDENT NAME:</row-header>
<student-info>John Smith</student-info>
</row>
<row>
<row-header>STUDENT MAJOR:</row-header>
<student-info>Computer Science</student-info>
</row>
</student-program>
<courses-completed>
<header>
<h1>COURSE CODE</h1>
<h2>COURSE TITLE</h2>
<h3>DATE COMPLETED</h3>
</header>
<entry>
<course-code>ENG 101</course-code>
<course-title>ENGLISH I</course-title>
<date-completed>6/1/2008</date-completed>
</entry>
<entry>
<course-code>MTH 300</course-code>
<course-title>CALCULUS</course-title>
<date-completed>8/28/2008</date-completed>
</entry>
</courses-completed>
<!-- <favorites xmlns:html="http://www.w3.org/Profiles/XHTML-transitional"><html:a href="//F:/WEB 431/Assignments/WK 5/FINAL/top 5s.html">FAVORITES</html:a>
</favorites> -->
<!-- <favorites xlink:type="simple" xlink:show="replace" xlink:href="top 5as.htm">FAVORITES</favorites> -->
<favorites xml:link ="simple" show="new" href="top 5as.htm">FAVORITES</favorites>
<!-- <favorites xmlns:HTML="http://www.w3.org/1999/xhtml"><HTML:A href="top 5s.html">FAVORITES</HTML:A>
</favorites> -->
</transcript>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks