1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-12 09:17:37 +03:00
libxml2/result/noent/dtd12
Daniel Veillard 8265a18a6a do not generate " for " outside of attributes this changes the output
* entities.c: do not generate " for " outside of attributes
* result//*: this changes the output of some tests
Daniel
2003-06-13 10:05:56 +00:00

7 lines
123 B
XML

<?xml version="1.0"?>
<!DOCTYPE doc [
<!ENTITY YN '"Yes"'>
<!ENTITY WhatHeSaid "He said &YN;">
]>
<doc>He said "Yes"</doc>