CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    23

    Syntax Question?

    Is it possible for someone to write a comment above the first line that is about the matter and have it not affect anything?
    www.coderewind.com
    Best Place to hunt for Code

  2. #2
    Join Date
    Jul 2007
    Location
    Sweden
    Posts
    331

    Re: Syntax Question?

    That's a veeeery wide question... Since this is an AJAX forum, I'll assume you're talking about a proper AJAX response, which would be an XML document. This is possible:
    Code:
    <!-- This comment will not affect the document structure -->
    <test>
      <!-- Nor will this -->
      <hello />
    </test>

  3. #3
    Join Date
    Aug 2007
    Posts
    23

    Re: Syntax Question?

    Thanks for the code
    www.coderewind.com
    Best Place to hunt for Code

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured