Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: What do Monks Recommend For HTML Reformatters?

by Aristotle (Chancellor)
on Dec 01, 2003 at 17:28 UTC ( [id://311328]=note: print w/replies, xml ) Need Help??


in reply to Re: What do Monks Recommend For HTML Reformatters?
in thread What do Monks Recommend For HTML Reformatters?

Depends on how Mason (which I have no idea about) handles embedding its own stuff in the markup. If it uses processing instructions (<?foo · · · ?>) then HTMLTidy may reindent the opening part of the tag (<?foo) at will and may reindent any following lines as a block, but it won't touch the content. For the majority of languages that means there should be no change, though it might not be what you want.

Unfortunately - and that is the one thing that annoys me about HTMLTidy -, there's no way to specify a list of candidate tags for reindenting or a list of tags not to reindent.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re^2: What do Monks Recommend For HTML Reformatters?
by tune (Curate) on Dec 02, 2003 at 09:12 UTC
    Mason is having several forms to markup its own stuff. And it's pretty unique. E.g.
    % my $str = "This line is Perl until the linefeed."; # cannot contain +whitespace at the beginning!!! <%perl> my $str2 = "This is a Perl block"; </%perl> <%args> $a # this is a special block $b </%args> <h1>Hello <% $monkname %>!</h1> It is <& /lib/mason_components/weather_forecast.mas, fmt => 'Celsius' +&> celsius degrees outside!
    etc. I guess I will try to run Tidy, but not confident about it at all :-/

    --
    tune

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://311328]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-04-18 02:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found