About 292,000 results
Open links in new tab
  1. How do I comment out a block of tags in XML? - Stack Overflow

    Learn how to comment out a block of tags in XML effectively with this helpful discussion and tips from Stack Overflow users.

  2. How can I comment a single line in XML? - Stack Overflow

    Jun 27, 2013 · This rather is a verification just not to miss out. Is/n't there a line-comment in XML? So, one without a closer, like "//" the compiler uses. I saw How do I comment out a block of …

  3. How do I comment out an XML section that has comments inside?

    Jun 4, 2019 · Here's another approach: You could just use nested comments as though it were supported in XML: <!-- Outer comment <SomeXML> ... </SomeXML> <!-- Inner comment …

  4. Nested comments in XML? - Stack Overflow

    Without a workaround described below, it's not allowed because -- can't appear in a comment. Potential solutions: Visual Studio Code Nested Comments extension Notepad++ XML Tools …

  5. How do I comment attributes inside an XML tag? - Stack Overflow

    Oct 20, 2014 · Learn how to comment attributes inside an XML tag with examples and best practices.

  6. XML comments and "--" - Stack Overflow

    Jun 1, 2012 · They are not part of the document's character data; an XML processor may, but need not, make it possible for an application to retrieve the text of comments. For …

  7. Correct syntax for a multi line comment in xml? - Stack Overflow

    Jan 24, 2017 · Can i write a multi line comment in an xml file as follows ? I some text editors it displays it as greyed out (as it should for a comment) and in other text editors ive tried it in it …

  8. Eclipse shortcut to comment selection in an XML file

    Jun 11, 2010 · I am looking for a way to comment the current selection in an xml file in eclipse (STS 2.3.2). ctrl+/ gets seems to get ignored when editing XML. Google left me on my own.

  9. How to write a comment to an XML file when using the …

    Sep 12, 2011 · Once the type and member name are known, the extension method looks up the relevant comment by searching for an [XmlComment] attribute applied to the property. This …

  10. Comments in Android Layout xml - Stack Overflow

    Feb 20, 2018 · If you are using Eclipse, you can open the XML file, place the cursor where you want the comment, the choose from the top menu Source -> Add Block Comment. Also, "ctrl + …

Refresh