User Profile

Collapse

Profile Sidebar

Collapse
mruedy
mruedy
Last Activity: Jun 8 '10, 09:34 PM
Joined: May 5 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Is there a non-network based (local executable) validator that will work with this?...
    See more | Go to post

    Leave a comment:


  • jkmyoung,

    With your snippet, I get this

    ~/family > xmllint --noout --schema people.xsd people.xml
    Unimplemented block at xmlschemas.c:55 88
    Unimplemented block at xmlschemas.c:55 88
    people.xml validates
    ~/family >


    I put the block just before the </xs:element> (end tag) for people. Is that the correct location? I am using:

    ~/family > xmllint --version...
    See more | Go to post

    Leave a comment:


  • mruedy
    started a topic XML schema restriction to values of another element
    in XML

    XML schema restriction to values of another element

    I would like to know if it is possible to write an XML Schema restriction that binds to values of another element.

    For example I have XML
    Code:
    <people>
        <family name="Smith">
            <origin>England</origin>
        </family>
        <family name="Jain">
            <origin>India</origin>
        </family>
        <family name="DelSol">
    ...
    See more | Go to post
    Last edited by Dormilich; May 5 '10, 10:02 PM. Reason: Please use [code] tags when posting code
No activity results to display
Show More
Working...