mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-12 09:17:37 +03:00
8265a18a6a
* entities.c: do not generate " for " outside of attributes * result//*: this changes the output of some tests Daniel
7 lines
123 B
XML
7 lines
123 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE doc [
|
|
<!ENTITY YN '"Yes"'>
|
|
<!ENTITY WhatHeSaid "He said &YN;">
|
|
]>
|
|
<doc>He said "Yes"</doc>
|