Project

General

Profile

« Previous | Next » 

Revision 123

Modifying storage model to use DOM TEXT nodes

View differences:

sqlcatlist.sql
1 1
set pagesize 100
2
column entity_name format a10
3
column entity_type format a5
2
column entry_type format a5
4 3
column source_doctype format a15
5 4
column target_doctype format a15
6 5
column public_id format a20
7 6
column system_id format a20
8
select entity_type,source_doctype,target_doctype,public_id,system_id
7
select entry_type,source_doctype,target_doctype,public_id,system_id
9 8
from xml_catalog;

Also available in: Unified diff