I want to import a webpage into the database "using xml" but the help only covers a basic tree structure. The structure I wish to import has multiple branches similar to the following:
<root>
<item timestamp="yyyy-mm-ddThh:mm:ss">
<Identity Author="name">
<pubname>publisher</pubname>
<language>english<language>
</identity>
<description timestamp="yyyy-mm-ddThh:mm:ss">
<title>text</title>
</description>
</item>
... more items
</root>
All the items contain the same tree format. I'd be happy with a select statement that shows all the information associated with each item. I could go from there.
A+/MCP/MCSE/MCDBA
<root>
<item timestamp="yyyy-mm-ddThh:mm:ss">
<Identity Author="name">
<pubname>publisher</pubname>
<language>english<language>
</identity>
<description timestamp="yyyy-mm-ddThh:mm:ss">
<title>text</title>
</description>
</item>
... more items
</root>
All the items contain the same tree format. I'd be happy with a select statement that shows all the information associated with each item. I could go from there.
A+/MCP/MCSE/MCDBA