Thanks Dave - that solved my problem related to the namespace! However I now have another problem related to the other declarations xsi:schemaLocation and...
Jonathan Warren
jonathan.warren@...
Feb 19, 2009 11:27 am
994
... The element DASINT doesn't have a definition for xsi:schemaLocation attribute? Is it your editor that is inserting that? regards -- Dave Pawson XSLT XSL-FO...
looking at this link in the browser doesn't show it but when you show the source it is there? ...
Jonathan Warren
jonathan.warren@...
Feb 19, 2009 4:10 pm
996
2009/2/19 Jonathan Warren <jonathan.warren@...>: 1. Your html emails are (for me) unreadable. Please use plain text. 2. Try using a plain text editor for...
Solved it now based on your previous answer- so thanks. To join this group I ended up having to get a yahoo account- which was a pain in the butt!! This is...
Jonathan Warren
jonathan.warren@...
Feb 20, 2009 11:40 am
998
... Greetings. I have the almost the same problem - I want to specify a schema file (converted from RNG compact syntax using TRANG), so that it may be verified...
... Relax simply doesn't have the associated schema within the instance. If you want it, try inserting it (perhaps as an attribute or PI) in the instance, then...
Hi everyone, Coming from working with XML Schema I can't praise Relax NG enough, but I really miss a feature (not available on XML Schema either) which is the...
Update to the XSLT: - corrected bug where text nodes were not being copied to the result tree. - it's now possible to change multiple nodes with a single...
Hi there, I'm trying to define a relaxNG schema for a rather complicated document and I'm getting confused. Basically, I'm not sure how to interleave elements...
... Thank you for supplying so many examples, as that made testing a result easier. ... It does not. You can interleave with an interleaved group. ... Not at...
Hi Ken, ... Thanks for taking the time to come up with such a detailed answer and examples. ... I guess my confusion stemmed from making an implicit bad...
... "many of us" so as not to imply that every one of us had this perspective. . . . . . . . . . . . Ken -- XSLT/XQuery/XSL-FO training in Los Angeles (New...
I am struggling to find a decent discussion of the purpose and correct use of the Start Element in RelaxNG. Can someone point me to a good discussion or...
... This is a FAQ, and should probably go in a FAQ, but so far it hasn't. When you include the GML and ISM namespaces, override the definition of "start". -- A...
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...