Re: trang and xsd-friendly schemas
Sebastian Rahtz <[email protected]> Mon, 13 Sep 2004 16:03:35 +0100
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
David Carlisle wrote: >I think Bruce wants to validate the rendering application which is a >simplified template language: so if you put <publisher/> first, then the >publisher information coming from te hsource doc comes out first. > > ah, OK, understood. I was confusing .bib files with .bst files. >Given that it's implemented in XSLT though a reasonable alternative >would not be to use any schema language and just put the checks into the >xslt, the XSLT template handling this could easily be made to moan if >there wasn't exactly one publisher child, and if the XSLT is doing that, >having a schema validation step doesn't really win you very much. > > Good idea. The processing application probably always wants to check the syntax anyway Sebastian