<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mick Knutson schrieb:
<blockquote
 cite="mid4c30ee7d0701241722u6a1169b1y46baa3d5ce594c9@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
* I want this xml content page user administrated.<br>
* I could get an xspf through a URL, but it has to be fully xspf
compliant. From what I understand, this new type is not xspf compliant.
There is much more data/structure... Right?
  <br>
</blockquote>
I am not really experienced with XML content, but for getting the xml
content out of your xml pages, you can write a JSP page that pulls the
content from the database assembles an XSPF playlist with this
information. The <cms:contentload>/<cms:contentshow> tags
should help with pulling the content from the database. <br>
<br>
You may have to set the correct mimetye-header for your response in the
JSP, otherwise the mimetype that is sent by opencms is probably
"text/html".<br>
<br>
hth<br>
christian<br>
</body>
</html>