Project

General

Profile

« Previous | Next » 

Revision 690

Added by bojilova over 23 years ago

cleared DOCTITLE attribute in xml_documents and xml_revisions

View differences:

src/xmltables.sql
101 101
	rootnodeid	NUMBER(20),	-- reference to root node of the DOM
102 102
	docname		VARCHAR2(100),	-- usually the root element name
103 103
	doctype		VARCHAR2(100),	-- public id indicating document type
104
	doctitle	VARCHAR2(1000),	-- title of document if exists
105 104
	user_owner	VARCHAR2(100),	-- the user owned the document
106 105
	user_updated	VARCHAR2(100),	-- the user updated the document
107 106
	server_location NUMBER(20),	-- the server on which this document resides
......
149 148
	rootnodeid	NUMBER(20),	-- reference to root node of the DOM
150 149
	docname		VARCHAR2(100),	-- usually the root element name
151 150
	doctype		VARCHAR2(100),	-- public id indicating document type
152
	doctitle	VARCHAR2(1000),	-- title of document if exists
153 151
	user_owner	VARCHAR2(100),
154 152
	user_updated	VARCHAR2(100),
155 153
	server_location NUMBER(20),

Also available in: Unified diff