search for: xhtml

Displaying 20 results from an estimated 994 matches for "xhtml".

Did you mean: html
2006 Jul 14
6
Using RoR to produce .xhtml files
How can I manipulate RoR to produce an .xhtml file from the view template(s)? I see how I can use layouts and paritals to efficiently produce the content and tags that I need, but how can I get the actual file that''s produced to be named with the .xhtml suffix, (rather than *.htm, as it currently is)? [Note: I never thought the...
2006 Feb 25
7
generating HTML instead of XHTML
After reading http://www.hixie.ch/advocacy/xhtml and having some headaches with IE, I wonder whether helpers can be configured to generate HTML instead of XHTML. -- fxn
2019 Mar 14
2
Dovecot logrotation - old journal files are still in use
<div xmlns="http://www.w3.org/1999/xhtml">Hi all</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">Cannot understand, does it a bug or just a misconfiguration. In my Dovecot there are 3 files of logging (debug, info and .log)</div><d...
2007 May 02
4
Make --html4tags the default?
Seeing how no-one should send application/xhtml+xml to the browser [1], and development of the HTML standard is again happening [2], it would make sense to have Markdown.pl default to HTML tags. Maybe too late to change a default though. How does PHP Markdown and other implementations deal with this issue? [1]: http://www.hixie.ch/advoc...
2006 Apr 25
8
Does Rails suppports XHTML for views for inline SVG''s?
I have following piece of code(which when saved in a file with .xhtml extension and opened in Mozilla 1.5.0.2 works fine); <html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg"> <head> <title>SVG within XHTML Demo</title> </head> <body> <p> You can embed SVG into...
2005 Nov 08
2
Scriptaculous insertion fails when XHTML Strict used in FireFox
Hi ! I'm getting an uncaught exception requiring the Scriptaculous libraries when everything says XHTML 1.0 Strict: class ApplicationController < ActionController::Base before_filter :set_content_type protected def set_content_type response.headers['Content-Type'] = 'application/xhtml+xml; charset=ISO-8859-1' end end <?xml version="1.0" encoding="IS...
2006 Jan 29
11
HTML Output plugin
I have written a very small Rails plugin which makes it spit HTML back at you instead of XHTML. Find details here: http://dev.turnipspatch.com/trac/wiki/HTMLOutput Hope it''s useful to someone! Jon -- Posted via http://www.ruby-forum.com/.
2005 Dec 27
8
XML Not Working in Explorer 6
...plorer 6. My sample code: xml = Builder::XmlMarkup.new xml.instruct! xml.instruct! ''xml-stylesheet'', :href=>''/stylesheets/style-xml.css'', :type=>''text/css'' xml.declare! ''DOCTYPE'', :html, :PUBLIC, "-//W3C//DTD XHTML 1.0 Transitional//EN", "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" xml.html ( :xmlns=>"http://www.w3.org/1999/xhtml", :lang=>"en-US", ''xml:lang''=>"en-US" ) { xml.head { xml.title ''My test page'...
2006 Sep 20
1
possible bug in PHP Markdown implementation of footnotes, as well as request for standardized XHTML output
...cture of the document. At the very beginning is metadata, including a title, author, keywords, copyright information, etc. Where possible, this metadata is put to appropriate use, otherwise it is stored in a format designed to be easily read and minimally distracting: * In plain text and XHTML snippets[^snippets], it is located at the top of the document. * In a full XHTML document, is located in the `<head>` section, and the title and CSS metadata, if present, are used appropriately. * In a PDF generated from my XSLT files, metadata is used to generate the appropriate fiel...
2008 Mar 14
1
Markdown doesn't always generate XHTML
Hello everybody, I've just noticed that markdown doesn't always generate XHTML. In particular the input <script src="http://evilserver.net/evil.js"> generates the output: <p><script src="http://evilserver.net/evil.js"></p> (This is the markdown dingus at daring fireball, and the markdownj implementation exhibits the same probl...
2005 Mar 31
5
Outputting XHTML strict
I''m trying to get a page to validate as XHTML Strict, and I''ve gotten everything fixed except for one <textarea> that Rails is generating. <textarea cols="40" id="estcomment_comment" name="estcomment[comment]" rows="10" wrap="virtual"></textarea> This tag is...
2005 Oct 28
6
InPlaceEditor: XHTML validation
It''s not a critical bug by any means, but shouldn''t InPlaceEditor put DIV tags around the INPUT field? From what I can tell on the W3C validator, INPUT has to be in a block-level tag for XHTML. Of course, there are probably a zillion other things that wouldn''t validate, but every little step helps... Corollary question: Anyone know how to see what contexts a tag is legal in, other than trying the validator? Even reading the spec I can''t quite tell. Jay
2006 Jul 22
2
XHTML validation for functional tests
Hi, Is there anyway to validate XHTML during functional tests? Thank you, Jean-Etienne -- Posted via http://www.ruby-forum.com/.
2006 May 11
1
Doctype -- utf-8 -- html vs xhtml
I was simply trying to write the DOCTYPE line at the top for UTF-8 and got confused. What doctype do I use with rails for utf-8 files? If I put in all the damn closing tags on paragraphs and hr and br and all that will the stuff pass xhml inspection, or will rails insert something I haven'' yet noticed. Warren -------------- next part -------------- An HTML attachment was
2006 Jan 25
1
xx-0.1.0 : xhtml and xml make it twice as dirty
NAME xx - twice as dirty SYNOPSIS ~ > gem install "double x" require "xx" include XX::XHTML doc = xhtml_{ html_{ head_{ title_{ " go xx! " } } body_{ " one more and it would be illegal " } } } URI http://rubyforge.org/frs/?group_id=1024 DESCRIPTION xx is a library designed to extend ruby objects with html, xhtml, and xml ge...
2007 Sep 27
4
transportXML returns null?
Hi, I want to load an XHTML file into DOM. I issue Ajax.Request and on success do: var response=transport.responseXML Response is null. On the other hand: var response=transport.responseText; // has the data. Why is response=transport.responseXML returns null? Here is the code: function display() { url =...
2006 Jul 19
0
Form helpers produce invalid XHTML code!
...t;textarea cols="40" id="artist_about" name="artist[about]" rows="20">ASD</textarea></p> <!--[eoform:artist]--> <input name="commit" type="submit" value="Create" /> </form> This is NOT valid XHTML 1.1! Tidy tells me: line 67 column 113 - Warning: replacing <p> by <br> line 67 column 113 - Warning: inserting implicit <br> line 67 column 113 - Warning: <br> element not empty or not closed This is very annoying, because I really want to have only valid XHTML 1.1 code....
2006 Jun 08
0
Is possible to mantain a co0l blog without broke XHTML?
...class="cap">A wonderful image</div> </div> What do you think about it? Do you have better ideas about how to mantain a clean and indipendent internal code? A problem could be that parse alwais is heavy but with caching this isn''t a problem anymore. -- a random XHTML blog with XHTML broken http://blog.innerewut.de/articles/page/3 -- Posted via http://www.ruby-forum.com/.
2011 Jan 05
1
e-pub or downloadable xhtml of the manuals?
...provided more information to me than I can adequately express, and as masochistic as it sounds, I'd kinda like to pop a copy on my nook and devour it. along with any of the other docs hosted on the samba website. has anyone prepared epubs of the documentation? if not epubs, than at least xhtml files in a zip suitable for use in converting to an epub? If anyone has any of this or knows where I can download it, lemme know, I'll be muchly greatful!
2006 Aug 25
2
[RESOLUTION] Polycom microbrowser issue Error HTTP 406 withIIS
I found this solution from the web and figured I'd share it because it affects all phones getting input from IIS. Map .gif, .jpg, .css etc (in my case I used .xhtml for the Polycom 601) in IIS under your sites: Properties -> Virtual directory tab-> Configuration -> Application configuration -> Mappings tab. Make ASP DLL [..\inetsrv\asp.dll] to handle these files. This allows the file with extension XHTML to be passed to the phone and not retu...