This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Keeping entities in a transformation


At 11:16 02/05/2002 -0500, David Cramer wrote:
>"urn:schemas-microsoft-com:office:office" xmlns:w = 
>"urn:schemas-microsoft-com:office:word">
>I've always wanted to know if there's a right way to do that myself. I've 
>resorted to using sed to obfuscate the entities before processing, then 
>unobfuscating them afterwards. For each file,
>
>sed "s/&\(\w*\.*\w*\);/%%\1%%/g" $file > $file.tmp1.xml
>
>the run the xsl on the file, then
>
>sed "s/%%\(\w*\.*\w*\)%%/\&\1;/g" $file.tmp2.xml > $file
>
>It seems like such a hack--there must be a better way.

See what I mean Jeff <grin/> I think David Cramer (the DC I was talking 
about was
David Carlisle) has a bad case of line noise, but there is a fair chance if you
mumble Abracadabra over your pc whilst running this script it may just well 
work!!!!!

Regards DaveP
(Highly amused)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]