Skip to content

Allow for CDATA in description fields #100

@rock3r

Description

@rock3r

The RSS and content:encoded tags should change their type from String to some sealed class that can be correctly encoded as raw string, or CDATA entry. If you just set the CDATA in the string, it gets escaped when writing the feed, which is not the intended behavior:

    <description>&lt;![CDATA[ 
        ...
     ]]&gt;</description>

expected:

    <description><![CDATA[ 
        ...
     ]]></description>

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions