Re: Stop RevXML converting illegals to entities

2005-07-12 Thread Ken Ray
> p.s. Ken: > > a) would your library give us control over this kind of thing? Yes. > b) if I installed your library on a server I could use "start using" > and call it from a CGI? Yes. It's pure Transcript, so it can be used wherever a normal Transcript library can be used. Ken Ray Sons of

Re: Stop RevXML converting illegals to entities

2005-07-11 Thread Sarah Reichelt
I have this code snip which is meant to turn paragraphs inside and XML node para1 para2 para3 into para 1 para 2 para 3 but on dumping... Rev is converting all these to entities ===we get as output:

'Learning from our Mistakes'

It converts them to entities for it's own st

Stop RevXML converting illegals to entities

2005-07-11 Thread Sivakatirswami
I have this code ## tag paragraphs in the transcript node put revXMLNodeContents(tCurrTree,"/audio_transcript/ transcript_text/") into tTranscript replace (cr & cr & cr&cr) with (cr & cr) in tTranscript replace (cr & cr & cr) with (cr & cr) in tTranscript replace (cr & cr)