Error Messages for Drug Listing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skemp
    New Member
    • Feb 2012
    • 2

    Error Messages for Drug Listing

    I got 83 errors and I believe they seems to be all in one place - this is what I received from the Pragmatic Validator:
    - XML Reference must be for version 1.0 and encoding UTF-8
    - There must be an xml style sheet reference to http:\\www.acce ssdata.fda.gov/spl/stylesheet/spl.xsl
    - The schema location of the urn:h17-org.:v3 namespace must be provided as "http\\www.acce ssdata.fda.gov/spl/schema/spl.xsd
    - All image files associated with the SPL doc must be actually refernced from that spl document.
    - Can not find the declaration of element document
    PLEASE HELP.
    Thank you, Sally
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    yes, you should do what the validator suggests.

    Comment

    • skemp
      New Member
      • Feb 2012
      • 2

      #3
      I don't understand what it is they want?

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        XML Reference must be for version 1.0 and encoding UTF-8
        do you have an XML prolog in your file? that can only be omitted if you use UTF-8 encoding and XML version 1.0.


        - There must be an xml style sheet reference to http:\\www.accessdata.fda.gov/spl/stylesheet/spl.xsl
        - The schema location of the urn:h17-org.:v3 namespace must be provided as "http\\www.accessdata.fda.gov/spl/schema/spl.xsd
        seems like you link to an XSD file. there might be a (syntax) error calling that file.


        All image files associated with the SPL doc must be actually refernced from that spl document.
        you seem to have forgotten to reference images


        Can not find the declaration of element document
        either the XSD is incomplete, not fully read in or <document> is not supposed to be in the XML file.

        Comment

        Working...