Skip to main content
Module

x/commandis/mod.ts>dom.CDATASection

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.CDATASection
implements Text
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { CDATASection } = dom;

A CDATA section that can be used within XML to include extended portions of unescaped text. The symbols < and & don’t need escaping as they normally do when inside a CDATA section.