The first thing you need to do in getting Quick ready to roll is create a QDML file.
您需要让Quick准备做的第一件事情是创建QDML文件。
Before moving on, you need to let Quick (and the QDML file it USES) know the root element of your XML document.
在继续之前,需要让Quick(和它使用的QD ML文件)知道XML文档的根元素。
The QDML document provides a document description roughly equivalent to a DTD with the addition of types and inheritance.
QDML文档提供文档描述,它大致相当于DTD,不过添加了一些类型和继承。
I then ran the program to generate a QJML file from the QDML, and edited the resulting QJML to add type information to references.
然后,运行程序来从QD ML生成QJML文件,并编辑生成的QJML,从而向引用添加类型信息。
After generating the QDML file from a DTD grammar I had to edit the file to define the document root element and add type information for non-String values (a couple of ints, in this case).
根据DTD文法生成QDML文件之后,必须编辑该文件来定义文档的根元素,并为非string值(在这里,是几个int)添加类型信息。
After generating the QDML file from a DTD grammar I had to edit the file to define the document root element and add type information for non-String values (a couple of ints, in this case).
根据DTD文法生成QDML文件之后,必须编辑该文件来定义文档的根元素,并为非string值(在这里,是几个int)添加类型信息。
应用推荐