Comments

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

    #1

    Comments

    Is it possible to place a comment WITHIN a tag? For example,

    <?xml version="1.0" encoding="iso-8859-1"?>
    <!DOCTYPE top>
    <top>
    <something first="1" !-- 1 is the first attribute --
    last="100" !-- and 100 is the last --
    else="none"/>
    </top>

    Obviously, the XML here is contrived.

    Thanks in advance!

    - Jerry Oberle
    perl -e 'printf "%s%s%s%cGerard .%s%cchase%ccom %c", "ma", "il", "to",
    58, "Oberle", 64, 46, 10;'
  • Rajya Sabha

    #2
    Re: Comments

    Gerard Oberle wrote:[color=blue]
    > Is it possible to place a comment WITHIN a tag? For example,
    >
    > <?xml version="1.0" encoding="iso-8859-1"?>
    > <!DOCTYPE top>
    > <top>
    > <something first="1" !-- 1 is the first attribute --
    > last="100" !-- and 100 is the last --
    > else="none"/>
    > </top>
    >[/color]

    no. see


    Comment

    Working...