Welcome to TalkGraphics.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2009
    Posts
    3

    Info Invalid XHTML on some repeating tags

    In the output I get this sometimes:-

    HTML Code:
    <div class="xr_ap" style="left: 236px; top: 395px; width: 521px; height: 16px; id="Repeating:58AutoRepeat5"">
    There is am extra " at the end of the ID tag and a missing one after the style. The line should look like this:-

    HTML Code:
    <div class="xr_ap" style="left: 236px; top: 395px; width: 521px; height: 16px;" id="Repeating:58AutoRepeat5">
    I tried deleting the repeating object and starting again but that didn't make any difference.

    Is this a bug? I have written a small c app that fixes this before it get's uploaded to the server so it's not a major issue, however it would be nice to get this fixed for the next release.

    Thanks
    Dave.

  2. #2
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Invalid XHTML on some repeating tags

    Ive seen this error in another XWD site

    =================
    <div class="xr_ap" style="left: 86px; top: 246px; width: 797px; height: 601px; id="Iframe""><iframe name="mainframe" id="mainframe"
    style="position:absolute;left:0px;top:2px;width:10 0%;height:100%;
    z-index:1;" src="home_htm_files/Webfolio Album/index.html" scrolling="auto" frameborder="0"
    allowtransparency="true">Your browser does not support inline frames
    or is currently configured not to display inline frames.</iframe>
    </div>
    ==================

    Thread = http://www.talkgraphics.com/showthread.php?t=39153

    It could be a bug.

    Drwyd

  3. #3
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Invalid XHTML on some repeating tags

    This is a bug.
    It happens when you set name to the placeholder objects. Please avoid it.
    John.

  4. #4
    Join Date
    Apr 2009
    Posts
    3

    Default Re: Invalid XHTML on some repeating tags

    Quote Originally Posted by covoxer View Post
    This is a bug.
    It happens when you set name to the placeholder objects. Please avoid it.
    Thanks for the message, I just want to check I understand what you said:

    I am using the "replace with HTML code" feature in placeholders, I don't think I am naming them (not sure how that would be done ) and I'm not sure I could avoid using placeholders.

    It's only a minor wrinkle though
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	SNAG-0000.png 
Views:	223 
Size:	16.6 KB 
ID:	62094  

  5. #5

    Default Re: Invalid XHTML on some repeating tags

    I can confirm that a named placeholder object shows the bug where and unnamed placeholder does not.

    This example will produce the bug
    Click image for larger version. 

Name:	namedplaceholderbug.png 
Views:	224 
Size:	8.5 KB 
ID:	62095

  6. #6
    Join Date
    Apr 2009
    Posts
    3

    Default Re: Invalid XHTML on some repeating tags

    Perfect thanks!

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •