Today I went to convert my spring-beans-2.0.xsd to rng, and thence (via Trang) to rnc. What I found was that rng constructs of this form: <oneOrMore> ...
I'm trying to use nxml to edit Spring configuration files. Spring configs originally had a DTD which was easy to translate to RNC and use with nxml. However,...
Alan Shutko wrote: Hi ... You should create one new single schema that includes all the others. That way all the definitions will be available. That was...
... I'm willing to do that, if someone can tell me how to do that and there's absolutely no better way. However, that approach have some big deficiencies: *...
... *If* the various schemas have different namespaces, you could desptach to a validator for each schema? NVDL. http://www.dpawson.co.uk/nvdl/index.html is a...
Alan Shutko wrote: Hi ... The point is that a set of schemas is not enough. You need to tell *how* they can be combined. This is the aim of NVDL for...
... Sorry, I was thinking validation, rather than editing. Thoughts. oXygen supports XML editing. It also has a built in NVDL implementation. No help with...
... Maybe having a single schema for editing, result of merging all the Spring schemas, besides a couple of functions to manually call JNVDL or oNVDL as...
... I like the idea. Can the windows / mac versions of emacs call out to an external process? regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
... That's definitely an easy way to start! And, it wouldn't just have to call an NVDL validator, it could call any validator. -- Alan Shutko <ats@...> -...
... I think with XML Schema, that's not necessary. Spring uses the type support of XML Schema such that schemas that want to be integrated can derive new...
... flymake-mode? Regards, Tony Graham. ====================================================================== Tony.Graham@......
Tony Graham
Tony.Graham@...
Aug 20, 2007 8:18 am
1680
For months now I've been irritated by emacs loading very slowly. Finally traced it to the font setting in my .emacs file and sought help. This brought a rapid...
Hello! I want to read some server generated xml-files that don't contain any linebreaks whatsoever - just one loooong line. When opening the files, emacs...
consspam wrote: Hi ... This is maybe not exactly what you are looking for, but that can help you. You can apply an XSLT stylesheet to your document before...
Tall single guys and girls, pay attention please! our websites is for you to make friends, if you have difficulty in finding true love or a honest friend, come...
Tall single guys and girls, pay attention please! our websites is for you to make friends, if you have difficulty in finding true love or a honest friend, come...
I just upgraded two of my emacs installations and in both cases nxml-mode's auto-complete has stopped working. The first was I upgraded Auqamacs and after the...
Hi all, I've associated *.html, *.htm, *.xml, *.pt, etc with the nxml mode. For most files, this works ok. But if I edit a .pt file (which is an xhtml file...
Reinout, If the associations you've set are through auto-mode-alist, look at magic-mode-alist. auto-mode-alist only gets a shot if magic-mode-alist doesn't...
Reading the location rules syntax, there doesn't seem to be a way to use the <!DOCTYPE> declaration to pick up the appropriate RNG schema...? Or is there? ...
Steinar Bang
sb@...
Sep 14, 2007 9:45 am
1692
... Not AFAIK. One of the ideas of relax NG is to stop embedding the schema location within the file? I guess the rules file connection is a more indirect...
... Yes, but if the DOCTYPE information already is there for other tools, it should be possible to use it to identify the schema. Seems that trang was...
Steinar Bang
sb@...
Sep 14, 2007 1:02 pm
1694
[Just making my question more obvious] ... [snip!]...