CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Location
    taiwan
    Posts
    28

    Can I give then default value at a attribute?

    Dear all,
    How I can give the default value at attribute like

    alan
    2001/4/20

  2. #2
    Join Date
    Jun 2001
    Posts
    2

    Re: Can I give then default value at a attribute?

    Yes! just see the bellow code...

    <!ATTLIST document
    group (Infosys|project|department) "Infosys"
    phase (requirements|analysis|design|coding|testing|maintenance) "analysis"
    templatename CDATA #REQUIRED

    good luck.

    (Good Luck Any Time)

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