XML Documentation File created without tags?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • TN

    XML Documentation File created without tags?

    In the project properties, I have it set to write the XML file. My file
    contains many summary tags, etc. However, the XML file it always
    creates is blank. Does anyone know why this would occur?



    <?xml version="1.0"?>
    <doc>
    <assembly>
    <name>Project 1</name>
    </assembly>
    <members>
    </members>
    </doc>
  • Hillbilly

    #2
    Re: XML Documentation File created without tags?

    Have you viewed source? I've been using an XmlWriter and testing with
    Firefox and observed it does not render raw XML reliably.

    "TN" <ginkeq@yahoo.c omwrote in message
    news:OOGbTOFHJH A.1160@TK2MSFTN GP04.phx.gbl...
    In the project properties, I have it set to write the XML file. My file
    contains many summary tags, etc. However, the XML file it always creates
    is blank. Does anyone know why this would occur?
    >
    >
    >
    <?xml version="1.0"?>
    <doc>
    <assembly>
    <name>Project 1</name>
    </assembly>
    <members>
    </members>
    </doc>

    Comment

    Working...