Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Strong Typed XML

  1. #1
    Member
    Join Date
    Mar 2011
    Posts
    114
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Strong Typed XML

    I would like to know what exactly is Strong typed xml. Didn't get good material in Google.
    Any good info would be of much help.


  2. #2
    Member
    Join Date
    Jul 2012
    Posts
    119
    Thanks
    0
    Thanked 19 Times in 19 Posts

    Default Re: Strong Typed XML

    Quote Originally Posted by tcstcs View Post
    I would like to know what exactly is Strong typed xml. Didn't get good material in Google.
    Any good info would be of much help.
    Strong typed XML is the type of variables that was checked at compile time. Weak typing is checking the types of the system at run-time. That means Strong typed variables won't cause any surprise during the XML execution

  3. #3
    Member
    Join Date
    Mar 2011
    Posts
    114
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Re: Strong Typed XML

    Do u mean to say that, Strong type xml will have either DTD/XSD and weak type doesn't have it. Can u explain bit more about how xml variables will be checked at compile?

  4. #4
    Member
    Join Date
    Jul 2012
    Posts
    119
    Thanks
    0
    Thanked 19 Times in 19 Posts

    Default Re: Strong Typed XML

    Quote Originally Posted by tcstcs View Post
    Do u mean to say that, Strong type xml will have either DTD/XSD and weak type doesn't have it. Can u explain bit more about how xml variables will be checked at compile?
    too complicated to explain here in several lines. Try here: XML.com: A Data Model for Strongly Typed XML
    or Make your XML strongly-typed: Because you can, and its easy - Diary Of A Ninja

Similar Threads

  1. Replies: 4
    Last Post: May 15th, 2011, 06:03 AM
  2. strong stuff
    By DarkRoast in forum Member Introductions
    Replies: 1
    Last Post: December 27th, 2010, 10:02 PM