[xquery-talk] Outputting CDATA Sections

Michael Rys mrys at microsoft.com
Tue Jul 12 10:08:18 PDT 2005


Generation of CDATA sections is left to the serialization interface
since in general, it has no semantics beyond the parsing level in XML.
Some implementation may provide a way to generate CDATA sections, some
others may not.

Best regards
Michael

> -----Original Message-----
> From: talk-bounces at xquery.com [mailto:talk-bounces at xquery.com] On
Behalf
> Of EXTERNAL Kruse Peter (Praktikant;CR/AEA1)
> Sent: Tuesday, July 12, 2005 8:59 AM
> To: talk at xquery.com
> Subject: [xquery-talk] Outputting CDATA Sections
> 
> Hi List,
> 
> I'd like to output something like
> 
> <svg>
>    <defs>
>       <style type="text/css">
>          <![CDATA[
>             rect {stroke:black;}
>             circle {stroke-width:1;}
>          ]]>
>       </style>
>    </defs>
> </svg>
> 
> 
> The Question is How?
> 
> I only found some information in a realy old workind draft
> http://www.w3.org/TR/2002/WD-xquery-20020430/#id-other-constructors
> 
> Newer Versions don't contain any details.
> 
> Thank you all for your help
>   Peter
> 
> _______________________________________________
> talk at xquery.com
> http://xquery.com/mailman/listinfo/talk



More information about the talk mailing list