the following would not be valid XML, so would produce an XML parsing error
On Sun, Sep 11, 2011 at 3:48 PM, Terence M. Bandoian <[email protected]>wrote: > > Does it make sense to specify something like the following? > > <dc:title> > <rdf:Alt> > <rdf:li xml:lang=\"x-default\">An Orange in Flight</rdf:li> > <rdf:li xml:lang=\"es\">Una Naranja en Vuelo</rdf:li> > </rdf:Alt> > </dc:title> > >
