Re: using xml::libxml to find & replace in xml documents

2004-07-09 Thread Ed Summers
On Thu, Jul 08, 2004 at 11:16:00PM -0500, Eric Lease Morgan wrote: > Has anybody here written one or more Perl scripts using XML::LibXML to > find & replace in XML documents? Sounds like you could probably use the XPath features in XML::LibXML to isolate the nodes you want to change, update them,

Re: Displaying diacritics in a terminal vs. a browser

2004-07-09 Thread Ed Summers
On Thu, Jul 08, 2004 at 01:17:48PM -0400, Houghton,Andrew wrote: > Unicode specifies four normalization methods, NFC, NFD, NFKC, > and NFKD. While RDF could have just accepted characters in > unnormalized form, it decided to mandate that all data content > be provided in NFC normalization form. T