[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: XML Documents in LDAP



axel wrote:
> 
> For a project we want to store XML documents in an LDAP server.
> [..]
> An XML-layout file looks like below (test.css):
> [..]
> A xml file looks like below (test.xml):
> 
> <?xml version="1.0" standalone="yes"?>
> <?xml-stylesheet type="text/css" href="test.css"?>
> <SCHOOL>
>  <KLAS>
>   <KLASNAAM> HI4 </KLASNAAM>
>   <KLASGENOOT>
>     <PERSOON>
>      <NUMMER>ux010934</NUMMER>
>      <NAAM>Frank Nijenhuis</NAAM>
>     </PERSOON>
> [..]

Which client should retrieve this XML document?

Rethink your application! Why not store person records and write a
LDAP client which searches/reads entries and generates the XML?

BTW: You store multi-line data with $ as line delimiter.

Ciao, Michael.