

Post by falk » Mon Dec 18, 2006 9:51 pm
Post by sorin_ristache » Tue Dec 19, 2006 3:23 pm
Code: Select all
<xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml">
</xhtml:html>
Post by falk » Tue Dec 19, 2006 4:29 pm
Hi again,sorin wrote:sample NVDL schema for XHTML with embedded XForms included in the oNVDL kit
Post by falk » Tue Dec 19, 2006 4:36 pm
I should be more specific in one point: In our company we provide an annotation namespace schema ONLY because any XML schema is considered acceptable by our product. We would recommend Oxygen as preferred XML editor if our customers could use it to edit their documents incl. support for our annotation namespace. Right now they can't because we cannot explain to them how to create the required NVDL documents first. Therefore, you are almost there, but not exactly so.falk wrote:It is a pitty that this great support is in Oxygen and almost nobody will ever use it or even notice it.
Post by sorin_ristache » Wed Dec 20, 2006 4:32 pm
Post by falk » Wed Dec 20, 2006 6:04 pm
Great!sorin wrote:...completion window elements from any namespace defined by a schema in this list by taking into account the current context for that namespace...
Post by mecklen » Thu Apr 26, 2007 2:12 pm
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0">
<namespace ns="http:///level1">
<validate schema="DESlevel1.xsd">
<mode>
<namespace ns="http:///level2">
<validate schema="DESlevel2.xsd">
<mode>
<namespace ns="http:///level3">
<validate schema="DESlevel3.xsd"/>
</namespace>
</mode>
</validate>
</namespace>
</mode>
</validate>
</namespace>
</rules>
Post by mecklen » Thu Apr 26, 2007 3:25 pm
Return to “General NVDL Issues”
This website was created & generated with <oXygen/>®XML Editor