xref: /aosp_15_r20/external/libxml2/test/def-xml-attr.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0" encoding="UTF-8"?>
2*7c568831SAndroid Build Coastguard Worker<!DOCTYPE root [
3*7c568831SAndroid Build Coastguard Worker  <!ATTLIST foo xml:lang CDATA "eng">
4*7c568831SAndroid Build Coastguard Worker]>
5*7c568831SAndroid Build Coastguard Worker<root>
6*7c568831SAndroid Build Coastguard Worker  <foo xml:lang="ger">Ja</foo>
7*7c568831SAndroid Build Coastguard Worker</root>
8