Search Result

Collapse
2 results in 0.0045 seconds.
Keywords
Members
Tags
validator
  •  

  • Joukoik
    started a topic XML Schema validation problem
    in XML

    XML Schema validation problem

    Hey, I have a little problem in my XML Schema that ive been thinking for some time but as a beginner I think it would be better that I ask opinions from experts.

    So I have this simple xsd file
    Code:
    <?xml version="1.0"  encoding="utf-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    
    <xs:complexType name="Henkilokunta">
    <xs:sequence>
    ...
    See more | Go to post
    Last edited by Joukoik; Mar 23 '12, 03:25 PM. Reason: I worked it a little bit after posting the original and now I have a new problem

  • saudade
    started a topic Error with Markup validation

    Error with Markup validation

    Hello,

    I'm getting 2 errors when I enter my html code in w3c markup validation.

    These are the errors:

    # Line 89, Column 17: document type does not allow element "DIV" here; missing one of "OBJECT", "MAP", "BUTTON" start-tag

    <div class="img"><sp an class="c5"><a href="http://i9.photobucket. com/albums/a87…...
    See more | Go to post
    Last edited by acoder; Jun 28 '10, 02:49 PM. Reason: Cleaned up language
Working...