Account Options

  1. Sign in
Google Groups Home
« Groups Home
rendering HTML with embedded $'s
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
alecf  
View profile  
 More options Jun 18 2007, 1:52 pm
From: alecf <alecfl...@gmail.com>
Date: Mon, 18 Jun 2007 17:52:06 -0000
Local: Mon, Jun 18 2007 1:52 pm
Subject: rendering HTML with embedded $'s
So I have some HTML that has (yay) perl sample code in it... i.e.

<pre>
  my $x = 4;
</pre>

Problem is, that I can't get this to just render normally. We've tried
$$, CDATA, and more.. the only workaround we've found so far is ${"$"}
but this seems pretty terrible, and ugly as hell.

What's especially odd is that
<pre>
  my $$x = 4;
</pre>

renders as
<pre>
$x = 4
</pre>

(note the lack of '  my ' - the beginning of the line is getting
yanked)

Alec


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Lenz  
View profile  
 More options Jun 18 2007, 4:54 pm
From: Christopher Lenz <cml...@gmx.de>
Date: Mon, 18 Jun 2007 22:54:00 +0200
Subject: Re: rendering HTML with embedded $'s
Am 18.06.2007 um 19:52 schrieb alecf:

Whoa! I'm able to reproduce this, and looking into it. Thanks for  
reporting the issue!

Cheers,
Chris
--
Christopher Lenz
   cmlenz at gmx.de
   http://www.cmlenz.net/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Lenz  
View profile  
 More options Jun 18 2007, 5:02 pm
From: Christopher Lenz <cml...@gmx.de>
Date: Mon, 18 Jun 2007 23:02:47 +0200
Local: Mon, Jun 18 2007 5:02 pm
Subject: Re: rendering HTML with embedded $'s
Am 18.06.2007 um 22:54 schrieb Christopher Lenz:

Okay, this should be fixed now in trunk and the 0.4.x branch. I'd  
appreciate if you could verify the fix. Thanks!

Oh, and the double-dollar escaping is the way to go here. If it  
wasn't broken in this case, at least :-P

Cheers,
Chris
--
Christopher Lenz
   cmlenz at gmx.de
   http://www.cmlenz.net/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carl  
View profile  
 More options Jun 20 2007, 5:32 pm
From: Carl <seeja...@yahoo.se>
Date: Wed, 20 Jun 2007 21:32:04 -0000
Local: Wed, Jun 20 2007 5:32 pm
Subject: Re: rendering HTML with embedded $'s

On Jun 18, 11:02 pm, Christopher Lenz <cml...@gmx.de> wrote:

> Okay, this should be fixed now in trunk and the 0.4.x branch. I'd  
> appreciate if you could verify the fix. Thanks!

I think you can close ticket 117 now. I submitted a patch that fixed
my problems with this issue
that you can take a look at (a missing yield).

Carl


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »