<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032415" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032415</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xlinks-and-validation#comment-1190008</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;ilovefrontpage wrote:&lt;/strong&gt; and i should get around to learning more about SVG.&lt;br /&gt;
maybe i need to go back to school (w3schools that is)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Absolutely. &lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond wrote:&lt;/strong&gt; Oh, cool. How stable is it? And where might one go to procure such a peice of software?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;It crashes occasionally.  But the fact that it&#039;s fast-loading (slightly faster than 8.5, I think) and resumes sessions, it&#039;s kind of a redeeming factor.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: The problem of validation still remains though, I&#039;m pretty sure it&#039;s something related to the dtd not including xlinks. Have you tried anything else nadamt - writing your own simplified dtd?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I don&#039;t know how.  I&#039;m trying to learn XML Schema online, but the tutorials are too complicated for me to follow.  It doesn&#039;t help that authors feel compelled to write their example codes in some homemade XML, rather than XHTML (which I&#039;m sure will be the host markup for the majority of XML languages).&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Seems that you can&#039;t put an xlink within a p tag, which would make sense (might have to look at the dtd to find the answer to that one), it also doesn&#039;t your usage of xlink:a.&lt;/p&gt;
&lt;p&gt;Either way, I&#039;m none the wiser. Had any luck at your end?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;No.  I&#039;ve tried removing the prefixes and the only thing that happens is that the xlink no longer displays.&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Jan 2006 18:52:10 +0000</pubDate>
 <dc:creator>nadamt</dc:creator>
 <guid isPermaLink="false">comment 1190008 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xlinks-and-validation#comment-1189979</link>
    <description> &lt;p&gt;Well xlinks is indeed an XML application. You can use them in websites for simple hyperlinks, but their capabilities are a lot more extensive, two way and chained links for example.&lt;/p&gt;
&lt;p&gt;There isn&#039;t much out there about xlinks, apart from the spec and a lot of arguing about usage. This kind of thing isn&#039;t going to mature for another few years at least.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:  I&#039;m using Opera 9 Preview and it displays as it does in Firefox 1.5.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Oh, cool. How stable is it? And where might one go to procure such a peice of software? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The problem of validation still remains though, I&#039;m pretty sure it&#039;s something related to the dtd not including xlinks. Have you tried anything else nadamt - writing your own simplified dtd? Maybe the validator doesn&#039;t support it? I always thought it was just an xml validator and if the dtd supported what you were doing it would be happy?&lt;/p&gt;
&lt;p&gt;What about trying a different xml validator (as long as it does more than just check for well-formedness), like this one &lt;a href=&quot;http://www.cogsci.ed.ac.uk/~richard/xml-check.html&quot; class=&quot;bb-url&quot;&gt;http://www.cogsci.ed.ac.uk/~richard/xml-check.html&lt;/a&gt; Got some interesting results back from that, seems the W3C dtd is wrong to start! Then I see:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Warning: Start tag for undeclared element xlink:a&lt;br /&gt;
in unnamed entity at line 85 char 918 of &lt;a href=&quot;http://www.nadamt.xmgfree.com/index.xml&quot; class=&quot;bb-url&quot;&gt;http://www.nadamt.xmgfree.com/index.xml&lt;/a&gt;&lt;br /&gt;
Warning: Content model for p does not allow element xlink:a here&lt;br /&gt;
in unnamed entity at line 85 char 918 of &lt;a href=&quot;http://www.nadamt.xmgfree.com/index.xml&quot; class=&quot;bb-url&quot;&gt;http://www.nadamt.xmgfree.com/index.xml&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Seems that you can&#039;t put an xlink within a p tag, which would make sense (might have to look at the dtd to find the answer to that one), it also doesn&#039;t your usage of xlink:a.&lt;/p&gt;
&lt;p&gt;Either way, I&#039;m none the wiser. Had any luck at your end?&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Jan 2006 13:17:43 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1189979 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xlinks-and-validation#comment-1189965</link>
    <description> &lt;p&gt;xlinks are xml websites?  and i should get around to learning more about SVG.&lt;br /&gt;
maybe i need to go back to school (w3schools that is)&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Jan 2006 10:23:59 +0000</pubDate>
 <dc:creator>ilovefrontpage</dc:creator>
 <guid isPermaLink="false">comment 1189965 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xlinks-and-validation#comment-1189888</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond wrote:&lt;/strong&gt; The only thing I can think of is that the DOCTYPE simply doesn&#039;t contain what you need it to, although am a bit out of my depth on this subject compared to your good self!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&#039;m flattered, but I&#039;m no XML guru.  I was under the impression that XLinks did not require a DOCTYPE, that they could be intergrated into any XML markup.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Am uncertain about your SVG too, Opera definately supports that standard to a high level of conformance, so when the SVG on your site doesn&#039;t work in Opera and the validator complains about it I&#039;d definately suspect there&#039;s something wrong in the code.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Opera 8.5 doesn&#039;t have particularly large SVG support (SVG 1.0 Tiny, I believe).  I&#039;m using Opera 9 Preview and it displays as it does in Firefox 1.5.&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Jan 2006 19:50:11 +0000</pubDate>
 <dc:creator>nadamt</dc:creator>
 <guid isPermaLink="false">comment 1189888 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/xlinks-and-validation#comment-1189778</link>
    <description> &lt;p&gt;Wow, that DOCTYPE is hellish complicated! It&#039;s really difficult to tell what&#039;s switched on in there and not.&lt;/p&gt;
&lt;p&gt;What about writing a simple XML document with an embedded home XLINKS DOCTYPE just to check you&#039;re doing things right (although I&#039;ve had an extensive look at your code and can&#039;t find anything wrong according to the specs). Or is there an XLINKS DTD out there you could use? I&#039;ve Googled, but all I find are arguments!&lt;/p&gt;
&lt;p&gt;The only thing I can think of is that the DOCTYPE simply doesn&#039;t contain what you need it to, although am a bit out of my depth on this subject compared to your good self!&lt;/p&gt;
&lt;p&gt;Am uncertain about your SVG too, Opera definately supports that standard to a high level of conformance, so when the SVG on your site doesn&#039;t work in Opera and the validator complains about it I&#039;d definately suspect there&#039;s something wrong in the code.&lt;/p&gt;
&lt;p&gt;Sorry this isn&#039;t much help, but might point you in vaguely the right direction, should lead to an interesting discussion either way!&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jan 2006 23:57:09 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1189778 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
