Project

General

Profile

Actions

Bug #95

closed

support for Namespaces in XML documents

Added by Matt Jones over 23 years ago. Updated about 22 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Jivka Bojilova
Category:
metacat
Target version:
Start date:
08/23/2000
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
95

Description

We need to support storage, query, and retrieval of XML documents with
Namespaces (see http://www.w3.org). At a minimum this will allow us to store
and retrieve XML Schema documents, but really would be useful for a wide variety
of XML documents that might make use of namespaces.

Actions #1

Updated by Jivka Bojilova over 22 years ago

Added support. Need to test extensively, especially for query.

Actions #2

Updated by Jivka Bojilova over 22 years ago

Added support for Namespaces.
Metacat now can store and retrieve XML documents with Namespaces.
Namespace is stored as separate record in xml_nodes table with type "NAMESPACE"
where nodename is the prefix and nodedata is the uri of the namespace.
For the elements and attributes the prefix when specified is stored in a new
column: nodeprefix in xml_nodes table.

Note: Search within namespaces is not enabled.

Actions #3

Updated by Jivka Bojilova over 22 years ago

DONE

Actions #4

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 95

Actions

Also available in: Atom PDF