validating xml with dtd

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

    validating xml with dtd

    i want to validate xml element's attribute. that attribute is declared in
    DTD as required. how can i check that attribute or element is required or
    not by using DTD?


  • Oleg Tkachenko [MVP]

    #2
    Re: validating xml with dtd

    thanigai wrote:
    [color=blue]
    > i want to validate xml element's attribute. that attribute is declared in
    > DTD as required. how can i check that attribute or element is required or
    > not by using DTD?[/color]

    Why do you want to do it manually? What's wrong with using
    XmlValidatingRe ader?
    --
    Oleg Tkachenko [XML MVP, XmlInsider]

    Comment

    Working...