Tagged Questions
0
votes
1answer
19 views
Validate DocBook document using XML Schema, DTD, RelaxNG and Schematron
in my Java application I have to validate XML documents in different versions of DocBook format. DocBook 4 is based on DTD, DocBook 5 is based on RelaxNG/Schematron. What is the appropriate way for ...
1
vote
4answers
34 views
Validating an XML against an embedded XSD in C#
Using the following MSDN documentation I validate an XML file against a schema: http://msdn.microsoft.com/en-us/library/8f0h7att%28v=vs.100%29.aspx
This works fine as long as the XML contains a ...
0
votes
1answer
20 views
Collapse use in xml schema
In xml schema there i have following for an element
<xs:whiteSpace value="collapse" />
What i saw in w3schools.com is that
"The whiteSpace constraint is set to "collapse", which means ...
0
votes
0answers
8 views
Duplicate Id in schema associated XML document, accepted?
I have an XML file which I am loading in Java, associating with a schema which describes it.
There is an element type, of name 'target', which can have a ref attribute (of type xs:IDREF)
or an id ...
0
votes
0answers
8 views
GSOAP data length restrictions in UTF8 strings
I'm implementing an Web services server using GSOAP (2.8.14).
The web service uses UTF-8 enconding (SOAP_C_UTFSTRING flag is set). Everything works fine except for XML data length validation.
My ...
0
votes
0answers
13 views
Podcast episode not appearing in feed even though xml is valid
For some reason, Episode 39 doesn't appear though I've ran the xml through W3C Validator and feedvalidator.com.
Can anyone tell me why this particular item does not populate?
Here is the link:
...
0
votes
0answers
55 views
How to create XML file from SQL Server table with XSD validation in Visual Studio 2012?
I have specific question, for which there is no answer for now.. :(
I have to create a xml file for export with this structure from SQL Server table...
<?xml version="1.0" encoding="UTF-8"?>
...
1
vote
1answer
13 views
How to validate Google Shopping XMLs with RELAX NG?
I'm trying to validate xmls with the RELAX NG structure.
I had tried the variations like these one:
<grammar ns="" xmlns="http://relaxng.org/ns/structure/1.0" ...
0
votes
1answer
17 views
XSD/XML How to set up the following in XSD v1.0 to validate properly
I've a codebase that is relatively large that incorporates 2 types of xml:
<tag ref="var_ref" />
or
<tag>value</tag>
However, I want the following to fail to validate b/c it ...
0
votes
0answers
30 views
How to validate only one node with method “document.Validate(ValidationEventHandler, node)”?
There is a link to an XML Validation example.
An extract: Let's have a method:
document.Validate(ValidationEventHandler, bookNode);
It validates one node bookNode.
But after executing this method, ...
0
votes
1answer
112 views
JAXB Validation error - cvc-complex-type.2.4.a: Invalid content was found starting with element 'codeSystem'. One of '{codeSystem}' is expected
I'm trying to parse and validate XML (jaxb-impl-2.2.4.jar), and I'm getting the error:
cvc-complex-type.2.4.a: Invalid content was found starting with
element 'codeSystem'. One of ...
0
votes
1answer
28 views
Bean Validation
If i have the following bean i want to validate that string1 to string99 are not null when string100 is not null, so want to validate all parameters other than date stuff. What is the better approch ...
1
vote
1answer
27 views
how to validate org.w3.dom.Document over xsd?
I convert String to org.w3.dom.Document in the following piece of code:
public static Document convertStringToDocument(String xmlSource)
throws SAXException, ParserConfigurationException, ...
2
votes
1answer
21 views
Can I modify/restrict the ATTLIST of an XML DTD to allow for UNIQUE attributes?
I don't know if my question is asked correctly. I have an XML document which includes the DTD. I have defined the ATTLISTs and I would like to restrict or modify the DTD that an XML validation will ...
0
votes
1answer
26 views
How do I wait for javax.xml.validation.Validator to finish validating before moving on to the following statement?
Well, the title says it all.
I know that it is not a blocking call but I need to wait for it to finish validating before moving on to the next statement.
How can I do that ?
My ErrorHandler ...
1
vote
1answer
60 views
how to verify that an XML file implements a specific schema
This is slightly different from just Schema validation. I'm asking how in C# you can check that not only is the document valid against a schema, but also validate that the schema actually applies to ...
0
votes
1answer
12 views
XSD - Validate unknown keys
I need to validate something with the following format (an xml generated from an array). The thing is that the keys are random (<key>6</key>, <key>14</key>) so I can't make an ...
1
vote
0answers
30 views
Validating RSS 2.0 with atom:link in channel element
I can see several questions and answers relating to valid RSS 2.0, but I'm not seeing an answer to my problem, sorry if this has been covered before.
I'm trying to validate XML downloaded from user ...
0
votes
0answers
11 views
Eclipse - Ignore Error by Type
Is it possible to have Eclipse ignore an error by type, rather than by resource?
I have a few issues in POMs and Spring configuration that are flagged as errors. I don't want to disable XML ...
0
votes
0answers
81 views
Element 'price' cannot have character [children], because the type's content type is element-only
I am trying to validate my XML file against my XML Schema, however I am being given the following two errors for each item in my XML file:
cvc-complex-type.2.3: Element 'price' cannot have character ...
0
votes
1answer
46 views
Unique attributes with xpath not working
I would like to validate a xml document with an xsd schema file. The xml document contains information about windows services, I would like to set the Name attribute from Service to a unique value.
...
1
vote
0answers
19 views
How to XSD-Validating single fields on setting them using moxy
In this fine post i learned how to validate xml using moxy. The problem is that the validation comes at last and probably there are many failures due to invalid parameters given to some setter ...
1
vote
2answers
58 views
What does targetNamespace do ? Am I getting it right?
Here is the <schema> tag of my XSD:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.cmu.edu/ns/blank"
targetNamespace="http://www.cmu.edu/ns/blank"
...
0
votes
1answer
37 views
My XSD does not validate the XML despite proper namespace declarations
The XSD <schema> tag:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.cmu.edu/ns/blank"
targetNamespace="http://www.cmu.edu/ns/blank"
...
0
votes
1answer
26 views
cvc-elt.1.a: Cannot find the declaration of element 'people'
I am trying to validate my XML document using an XSD. I have tried providing namespaces to everything, including the default. However, the error persists. if someone could please tell me what is going ...
0
votes
1answer
33 views
fix xslt bug for validation
I need to validate the value of Invoice element in XSLT: missing element = default to 1 (working)...blank = default to 1(working)...but 2 or any numbers in string which are not working because it ...
1
vote
1answer
41 views
Embedded schematron not working in an XML document with a namespace
I'm playing around with some schematron rules embedded in an XSD file. The example is one of the canonical ones, and it works when there are no name spaces involved, but when I introduce a namespace ...
0
votes
1answer
54 views
Validate xml/json before decoding in nodejs
I was trying to get the response from some server. Server can send response in xml/json format based on the request type.
Now how I can determine if the data has come in xml/json format, if the data ...
1
vote
0answers
29 views
XML validation expects an element that is optional
I have a .NET client using WCF. For validation, I use an xsd like:
<xs:complexType name="MyBaseType">
<xs:sequence>
<xs:element name="Family" type="FamilyType"/>
...
0
votes
0answers
20 views
Change & Reload of WSDL Namespace
I am currently having a problem with making minor XML Namespace changes to a particular element in a provided WSDL document that is to be reloaded into an Integration Solution (Tibco ActiveMatrix).
...
0
votes
1answer
29 views
Is it possible to use XSD to define incrementally specified tree structure?
Let's say we have an element which is either a leaf (containing some value) or a composite (a usual composite pattern). I want to model tree instances which are expected to be refined by other ...
0
votes
0answers
115 views
XML/XSD White spaces are required between publicId and systemId
I've got a PHP project in Eclipse with a lot of XML files. Right now, all my XML files are failing validation, with the following error message:
White spaces are required between publicId and ...
1
vote
1answer
46 views
Why does XML Validation fail?
I have the following XML content:
<?xml version="1.0" encoding="UTF-8"?>
<success>
<accessedResource>/bioportal/provisional</accessedResource>
<accessDate>2013-04-23 ...
0
votes
1answer
55 views
Aptana XML Validation
I'd like Aptana to perform basic syntax validation on an xml file (not html, the file doesn't have a DTD).
At the moment it doesn't, although it will correctly identify matching start and end tags ...
0
votes
2answers
38 views
How do I define recursive types in XSD?
I'm fighting with XSD at the moment and it's kind of winning. I'm trying to define a type as follows:
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" ...
0
votes
2answers
57 views
Eclipse does not show error icon in package explorer if xml file is not well formed
Eclipse doesn't show the error icon in the package explorer for xml files that are not well-formed/not valid (after I have saved the file). Is this an intended behaviour? Can I customize that? I ...
1
vote
1answer
21 views
XML that used to validate doesn't
I used XML on a program about 3 years ago, simple stuff. I need now for another task and I just pulled up the old files and made some insignificant changes and now my document doesn't validate. I'm ...
0
votes
1answer
54 views
Validating XML in PHP and generating “human readable” error messages?
I'm trying to build a tool for validating specific XML and outputting human-readable results. My existing PHP code uses DOMDocument::schemaValidate to validate the XML against a .xsd file, but the ...
0
votes
1answer
32 views
xsd validate xml optional sub-elements
I have been trying to construct an XSD file to validate some xml
XSD Example
<xs:element name="person" type="persontype"/>
<xs:complexType name="persontype">
<xs:sequence>
...
1
vote
1answer
67 views
java ignore the DTD for validation if a schema is available
Is this possible to ignore an internal DTD for validation, when a document has XSD schema available?
DTD should be used for validation if no schema specified in the source document.
Here's how I ...
0
votes
0answers
25 views
Programmatically determining which node in an XML caused validation against its XML Schema to fail
I am using javax.xml.validation.validator class to validate my xml against xml schema.
I need to determine exactly which node caused the validation failure...
I am using ValidationErrorHandler to ...
0
votes
1answer
161 views
XSD Validation Error : cos-all-limited.1.2: An 'all' model group must appear in a particle with
I have and XSD which gives the following error during the schema generation.
org.xml.sax.SAXParseException; systemId: file:/D:/Basil/Projects/myproducts.xsd; lineNumber: 577; columnNumber: 50; ...
0
votes
0answers
51 views
PHP XMLReader RNG Schema fails to load [closed]
Trying to load a large RNG file hangs the server, but the other two smaller RNG files load and I can validate XML against them. Any help on this? LITE and BARE are able to load, but the large RNG of ...
2
votes
2answers
101 views
Validate String against Xml Schema Datatype in Java
Is there a standard way to validate a string against any of the standard xml schema datatypes (see XML Schema Part 2: Datatypes Second Edition or more specifically Built-in-datatypes)?
I don't want ...
1
vote
2answers
559 views
Start tag expected, '<' not found in sitemap.xml — Not sure what's wrong
This is what my website's sitemap.xml looks like:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
...
2
votes
1answer
656 views
c# XML Schema validation
I have a nice XML file like this:
<?xml version="1.0" encoding="utf-8" ?>
<Assets Path="C:\Users\r3plica\Google Drive">
<Assetd>
...
0
votes
1answer
21 views
Should xsd schema file pass validation against itself?
I have a Java app where I have to validate xml file provided by the user against the XSD schema. In my application I use SAX parser. I tested it with several test xml-files and was satisfied with the ...
0
votes
1answer
81 views
XML Schema add unique id for several child elements
I have an XML file that stores movies and their actors. There are 2 movie elements (+ their movieID attribute) that contain 2 actorID each. Each actorID also contains known_for/movies/movie that also ...
0
votes
1answer
102 views
adding google sitemap header to the root element?
I'm working in creating a simple script to generate Google site maps dynamically but i have a small issue,when i viewed the normal site maps for Google i found those lines inside the main root element ...
0
votes
1answer
102 views
How to strip invalid XML 1.0 characters from a JavaScript string?
Does anybody know of a JavaScript function anywhere which takes a string and returns it stripped of invalid XML 1.0 characters?
I'm trying to create valid XML 1.0 from content extracted from a ...



