chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: #1805: `html->sxml` with escaped quotes breaks text into multiple no


From: Chicken Trac
Subject: Re: #1805: `html->sxml` with escaped quotes breaks text into multiple nodes
Date: Fri, 10 Jun 2022 19:07:06 -0000

#1805: `html->sxml` with escaped quotes breaks text into multiple nodes
---------------------------------------+------------------------
            Reporter:  Jeremy Steward  |      Owner:  Alex Shinn
                Type:  defect          |     Status:  assigned
            Priority:  minor           |  Milestone:  someday
           Component:  extensions      |    Version:  5.3.0
          Resolution:                  |   Keywords:
Estimated difficulty:                  |
---------------------------------------+------------------------

Comment (by Jeremy Steward):

 Fixed SSAX example:

 {{{
 (call-with-input-string "<p>foo&apos;bar&quot;baz</p>" (cut ssax:xml->sxml
 <> '())) ;=> (*TOP* (p "foo'bar\"baz"))
 }}}

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1805#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]