We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0437c commit dad503bCopy full SHA for dad503b
src/raw.jl
@@ -257,7 +257,7 @@ function next(o::Raw)
257
elseif c3 === '['
258
type = RawCData
259
j = findnext(Vector{UInt8}("]]>"), data, i)[end]
260
- elseif c3 === 'D'
+ elseif c3 === 'D' || c3 == 'd'
261
type = RawDTD
262
j = findnext(==(UInt8('>')), data, i)
263
while sum(==(UInt8('>')), data[i:j]) != sum(==(UInt8('<')), data[i:j])
0 commit comments