- From: George Cristian Bina <george@oxygenxml.com>
- Date: Wed, 09 Mar 2005 17:07:55 +0200
- To: Joe Warwick <joe@icon101.com.au>
- Cc: xmlschema-dev@w3.org
Hi Joseph, I do not think the schema specification covers entry help support. I can tell you how we implemented the entry help support in oXygen. If you specify several schemas in the schemaLocation attribute then oXygen will determine all the elements defined in all the schemas. Then if you have a wildcard model it will offer you elements from all the known elements that match that wildcard. For validation you can specify the schemas using the schemaLocation attribute. However you need to have wildcard models to pass from one schema to another. If you want to use schemas for validation and those schemas do not have wildcard models and you do not want to change them then you might consider NRL[1] (or in the future NVDL[2]). [1] http://www.thaiopensource.com/relaxng/nrl.html [2] http://www.asahi-net.or.jp/~eb2m-mrt/dsdl/ Hope that helps, George --------------------------------------------------------------------- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Joe Warwick wrote: > I would like to author documents that contain within them at certain = > nodes, a different xml language such as pure xhtml or xslt+xhtml. It = > would be best if the xsi:schemaLocation could be specified to aid in = > validation and entry-help during authoring. > How is this done? > > Thankyou. > Joseph Warwick, > > Analyst / Programmer > CyberBillboard P/L > 74/110 Sussex St > Sydney 2000 > > Ph: 02 92625958 > Fax:02 92621195
Received on Wednesday, 9 March 2005 15:00:00 UTC