• dafunks

    (@dafunks)


    I run a PodCast from my WordPress website and as I have different PodCasts and sections I have to use different links for each tring like this:

    http://website.com?feed=rss2&category_name=videocasts”

    But as I use this string when i try to make my site Valid XHTML 1.0 Transitional I get errors due to this link.

    Here is the problems if you dont know them already.

    “Cannot generate system identifier for general entity “category_name”

    It keeps saying these things are wrong:
    =
    &
    s
    c

    I understand the & and = but the others I dont… and how can i still have the links but not use the & and =

    Theres loads more and some that are not even linked to this but as my PodCast uses these links it is a issue for me as I can fix them.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Les Bessant

    (@lesbessant)

    Change each & to & – the other errors are knock-on effects of those.

    If it still comes up with errors after that, please post again.

    Thread Starter dafunks

    (@dafunks)

    Wow something so simple 😀 Thanks so much!

    I have 1 error left now 😛 not to do with this though… Maybe you can help maybe not…

    Error:
    <li class=”pagenav”><h2 class=\”widgettitle\”>Navigation</h2>

    The \ in the class I just cant find anywhere in any of my files. I looked everywhere and it looks fine as there is no \ in any classes….

    If you can shift this ill be so thankful!

    Thread Starter dafunks

    (@dafunks)

    I know no one helped lasttime but ill try again

    I am still unable to fix this error. It is the only one left.

    <li class=”pagenav”><h2 class=\”widgettitle\”>Navigation</h2>

    It isb ecause of the <h2 class=\” but when looking though the plugin scripts i see nothing wrong. i even contacted the maker and he said it is a WordPress issue.

    Can anyone help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making my RSS link Valid XHTML 1.0 Transitional’ is closed to new replies.