VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/ent_738805.xml@ 98321

Last change on this file since 98321 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 317 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE somedoc [
3 <!ENTITY a "something">
4 <!ENTITY b "&a;">
5]>
6
7<somedoc>
8
9<somebeacon someattribute="&b;"/>
10
11&a; should appear after colon: &a;
12&b; should appear after colon: &a;
13&a; should appear after colon: &b;
14&b; should appear after colon: &b;
15
16</somedoc>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette