Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] reading cdata with XOM

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT ibiblio.org>
  • To: XOM API for Processing XML with Java <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] reading cdata with XOM
  • Date: Thu, 18 Sep 2014 17:06:16 -0400

XOM very deliberately does not distinguish CDATA from non-CDATA text. The
only legitimate use case I've ever seen for that requirement is in an XML
editor, and for that you really need a custom parser.

On Thu, Sep 18, 2014 at 11:18 AM, ozkan ozcan <ozcozk AT gmail.com> wrote:

> Hi,
>
> Is there an easy way to parse CDATA and extract inner value of it? Does the
> API cover this functionality?
>
> Thanks,
> Özkan
> _______________________________________________
> XOM-interest mailing list
> XOM-interest AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/xom-interest
>



--
Elliotte Rusty Harold
elharo AT ibiblio.org




Archive powered by MHonArc 2.6.24.

Top of Page