Re: hdml

2001-12-22 Thread Jozsa Kristof
Sorry for the question, but what's hdml? :) Do I miss something here, or was that a typo? :) Christopher On Thu, Dec 20, 2001 at 04:37:14PM +0530, santhosh hegde wrote: I am wtiting xslt for hdml. I am writing all the hdml tags inside CDATA. I am using TextFormatter. But the problem here

RE: hdml

2001-12-22 Thread Luca Morandini
- -Original Message- From: Jozsa Kristof [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 2:53 PM To: [EMAIL PROTECTED] Subject: Re: hdml Sorry for the question, but what's hdml? :) Do I miss something here

hdml

2001-12-20 Thread santhosh hegde
Hi Currently i am working in cocoon technologies. I am writing a stylesheet for hdml with putting contents inside CDATA. But the problem here is if characters like or comes in xml the textformatter will send it as it is without giving entity reference like lt;. Can anybody suggest me what

hdml

2001-12-20 Thread santhosh hegde
I am wtiting xslt for hdml. I am writing all the hdml tags inside CDATA. I am using TextFormatter. But the problem here is whenever angle brackets i.e "" "" comes in the text node part textformatter sends it as it is which hdml browser cant support . Its giving error

Re: hdml

2001-12-20 Thread Adam Ambadas
my xsl ;-) yours would be of great help! cheers, Adam On Thursday 20 December 2001 08:07 pm, you wrote: I am wtiting xslt for hdml. I am writing all the hdml tags inside CDATA. I am using TextFormatter. But the problem here is whenever angle brackets i.e comes in the text node part

Re: hdml

2001-12-20 Thread David Rosenstrauch
Don't put the content inside CDATA. DR At 04:14 PM 12/20/01 +0530, you wrote: Hi Currently i am working in cocoon technologies. I am writing a stylesheet for hdml with putting contents inside CDATA. But the problem here is if characters like or comes in xml the textformatter will send

Re: hdml

2001-12-20 Thread santhosh hegde
Hi Adams, Thanx for you reply, I am using TextFormatter. What it will do is whatever the text inside the main element it will send as it is. for example hdml my name is santhoshhegde /hdml So what happens here is textformatter send it as it is. But Hdml browser needs it in its reference

Re: hdml

2001-12-20 Thread santhosh hegde
Sorry Adam I forgot to attach xsl file. In this mail i have attached the file. Thanx with rgds Santhosh hegde A - Original Message - From: santhosh hegde [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 7:00 PM Subject: Re: hdml Hi Adams, Thanx for you

Re: hdml

2001-12-20 Thread David Rosenstrauch
Maybe something like this, then: ![CDATA[ hdml ]] my name is santhoshhegde ![CDATA[ /hdml ]] DR At 07:00 PM 12/20/01 +0530, you wrote: Hi Adams, Thanx for you reply, I am using TextFormatter. What it will do is whatever the text inside the main element it will send as it is. for example

Re: hdml

2001-12-20 Thread santhosh hegde
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 6:58 PM Subject: Re: hdml Maybe something like this, then: ![CDATA[ hdml ]] my name is santhoshhegde ![CDATA[ /hdml ]] DR At 07:00 PM 12/20/01 +0530, you wrote: Hi Adams, Thanx for you reply, I am

Re: hdml

2001-12-20 Thread Adam Ambadas
hegde A - Original Message - From: David Rosenstrauch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 6:58 PM Subject: Re: hdml Maybe something like this, then: ![CDATA[ hdml ]] my name is santhoshhegde ![CDATA[ /hdml ]] DR At 07

Re: hdml

2001-12-20 Thread santhosh hegde
Hi Adam, I have seen the UP.browser emulator debugging window. There the wml code contains the character and as it is like hdml ?san /hdml not as hdml lt;?sangt;gt; /hdml Or do you feel that it is the problem of emulator?? Thanx with rgds Santhosh hegde A - Original Message - From

Re: hdml

2001-12-20 Thread Adam Ambadas
Santhosh, I think the emulator doesnt like ?san :-( What does UP.browser cry about btw? Adam On Thursday 20 December 2001 11:02 pm, you wrote: Hi Adam, I have seen the UP.browser emulator debugging window. There the wml code contains the character and as it is like hdml ?san /hdml

Re: hdml

2001-12-20 Thread santhosh hegde
hahahahah :-(:-(:-( Adam do you some trick so that i can bring reference values to the browser. Thanx with rgds Santhosh hegde A - Original Message - From: Adam Ambadas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 7:32 PM Subject: Re: hdml Santhosh, I

Re: hdml

2001-12-20 Thread santhosh hegde
7:57 PM Subject: Re: hdml :-(( :-(( dunno what you mean On Thursday 20 December 2001 11:12 pm, you wrote: hahahahah :-(:-(:-( Adam do you some trick so that i can bring reference values to the browser. Thanx with rgds Santhosh hegde A - Original Message - From: Adam

Re: hdml

2001-12-20 Thread Adam Ambadas
. Thanx with rgds Santhosh hegde A - Original Message - From: Adam Ambadas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 7:57 PM Subject: Re: hdml :-(( :-(( dunno what you mean On Thursday 20 December 2001 11:12 pm, you wrote: hahahahah

Re: hdml

2001-12-20 Thread santhosh hegde
A - Original Message - From: Adam Ambadas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 8:03 PM Subject: Re: hdml I think you are processing the output of this xslt by something else. If so, that is THE problem. On Thursday 20 December 2001 11:37 pm, you wrote: What

Re: hdml

2001-12-20 Thread Todd Wright
: Re: hdml I think you are processing the output of this xslt by something else. If so, that is THE problem. On Thursday 20 December 2001 11:37 pm, you wrote: What i mean is Do you have some technique so that i can pass entity references for characters like