[XML-SIG] XBEL metadata question
Juergen Hermann
Juergen Hermann" <jhe@webde-ag.de
Thu, 23 Mar 2000 10:37:10 +0100
On Thu, 23 Mar 2000 03:13:11 -0500 (EST), Chad Loder wrote:
>Hi. I wrote a tool to annotate XBEL files with metadata from the
>referenced page.
When you already do that, could you extend it to grab the <TITLE> from t=
he page
and insert it into the <bookmark> if that bookmark has no or an empty ti=
tle
element?
>What should the owner be of the metadata tags I create? Should it
>be my program?
>
>For example, an HTML page may have:
>
><META NAME=3D"description" CONTENT=3D"This is the description">
I'd do it this way:
<!DOCTYPE .... [
<!ATTLIST metadata
http-name CDATA #IMPLIED
http-content CDATA #IMPLIED
>
]>
...
<meta owner=3D"http" http-name=3D"description" ...>
Ciao, J=FCrgen
--
J=FCrgen Hermann (jhe@webde-ag.de)
WEB.DE AG, Amalienbadstr.41, D-76227 Karlsruhe
Tel.: 0721/94329-0, Fax: 0721/94329-22