Hi, I have an XML file which I'd like to validate. I also want to populate a hash table based on the contents of the document -- ideally at the same time. Long...
The implementation of NVDL does something very similar to what you want to do: it uses the RELAX NG schema to validate the NVDL schema while at the same time...
Oh, I totally missed that trang ripped the redefined pattern from the generated core.xsd. That is embarrasing. Still interested in something that could output...
Hi, ... In oXygen try on the XML Schema file Document -> Refactoring -> Flatten Schema or you can invoke it from the contextual menu, right click on ...
Dear users of RELAX NG, SC34/WG1 has started a new project for extending RELAX NG. This project is intended to provide better modularization mechanisms and ...
Hi everyone, It seems to me that trang cannot convert xsd schemas to RelaxNG ones. Are there any plans to add this feature in the future or are there reasons...
... Try that, it is web based, no installation needed : http://debeissat.nicolas.free.fr/XSDtoRNG.php I do not think that works with another explorer that...
Thank you very much, It worked like a charm. I also found another tool for the job: http://www.brics.dk/schematools/ However rngconv's output was much, much...
I found that tool but had great trouble using it. Will post via the bug track. Kind regards: al_shopov ________________________________ From: nico_debeissat...
Hi folks, At XML Prague, I was reminded (IIRC) that there's support for NVDL in current builds of Jing. A couple of days ago, I managed to integrate Jing into...
Hello again, In private mail, I got some API examples and now I have a working NVDL step. Very cool. Thinking about the options for the NVDL step reminded me...
... Jing only checks that IDs are unique and that IDREF and IDREFS attributes don't refer to unknown IDs. It doesn't report ID-type information to its caller,...
... I was under the impression that MSV did more, but I'll have to double-check. Be seeing you, norm -- Norman Walsh <ndw@...> | Life is a great bundle...
... The commandline.html file bundled with MSV says it supports all three features at level 1 only (no infoset modification). Consequently, it's only checking...
I have a conversion issue when going from RNG to XSD that I don't understand. I have a flat RNG with several simple element patterns defined thusly ... ...
... Actually, it is. Because your element has an attribute, it must be modeled in XSD with a complex type, and the way to indicate that a complex type may...
... I thought the preferred way to do this in XSD was <xs:complexType name="p.content"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup...
... Hmmm. Rats. I wonder if this will make getting XProc out of CR a problem. The p:validate-with-relax-ng step includes an option to support the attribute...
... The obvious approach is to whomp up an XSLT script that takes a RELAX NG schema with a:defaultValue annotations and generates another XSLT script that can...
... That may be the obvious approach, but I'm not sure the XSLT script is obvious, unless implementing a RELAX NG validator in XSLT seems obvious to you, in...
... The problem's a little harder than I thought, but not as hard as you think, and fortunately, Eric VdV has done the heavy lifting on it. There is a strong...
... That's subtly different: it's a complex type whose content is a string, as opposed to its content being text. The validation will be the same, just as the...
Hi everyone, As far as I can see currently trang cannot convert xsd schemas to relax ng. Are there any plans to add this in future? If there are no plans for...
Hi, I want to validate an XML file containing following section. Requirement is to validate "required", unordered fields with same name. <Metadata> <App_Data...
... Not unless you want to try? Sun MSV is the tool I use. https://msv.dev.java.net/ FILE FOR THE SUN RELAX NG CONVERTER version 20060319 Copyright (c) Sun...