Questions tagged [xhtml]
17 questions
10
votes
2 answers
Single HTML+CSS+JS+images file
Is there a file format which integrates all HTML content itself in one file?
Instead of doc, docx, odt or pdf, I want to use HTML5 documents to author my content. But that poses a problem when I want to send the HTML files for instance by email;…
user45971
- 363
- 3
- 11
5
votes
4 answers
Programming and Browser Help
Possible Duplicate:
Tool to highlight and annotate text on websites?
This isn't a coding question per se however it relates to it. I apologise if it this in the incorrect place as I wasn't quite sure where else to post it.
I am new to the world…
PeanutsMonkey
- 8,900
- 36
- 90
- 133
3
votes
2 answers
How to search for any files that do not contain a proper XML root element?
I need to be able to search several thousand XHTML and XML files and see a list of files that do not contain the following string on the first line:
How would I go about doing this? I thought I could do this…
Richie086
- 5,152
- 12
- 42
- 65
3
votes
2 answers
How can I force a malformed XHTML document to get loaded as HTML?
I am trying to open http://www.x.org/releases/current/doc/man/man3/xcb_grab_keyboard.3.xhtml in Firefox, but it fails with a XML parsing error. Chromium has a similar issue with it, but it shows at least the document until the error.
Both results…
Lekensteyn
- 6,546
- 5
- 27
- 48
3
votes
1 answer
What is the best tool to save a HTML file?
Suppose I see a HTML page and I want to save it on disk. Using all methods I found, the saved sites are never same as they look in a browser.
So is there any free tool that can be used to save websites? It should also download every file, like CSS,…
Anirudha Gupta
- 1,153
- 3
- 17
- 27
3
votes
1 answer
Native XML Viewers in Firefox and Chrome unable to parse XML + XHTML
I'm generally pretty happy with the native XML Viewer in Firefox.
It displays valid XML files (like the one below) clearly and helpfully.
Example of XML:
Rounin
- 162
- 11
2
votes
1 answer
Notepad++ incorrect syntax highlighting?
So I want to build a XHTML 1.0 Strict based website. Using Notepad++ for syntax highlighting came as an idea to me. But when I tried to put the XML declaration (as stated in the spec, proper XHTML pages should use a XML declaration and be served as…
user360919
- 21
- 2
2
votes
1 answer
Wrap paragraphs in paragraph tags in Microsoft Excel
I am using the export as XML feature in Microsoft Excel, I have an XML Schema Definition like so:
…
George Reith
- 133
- 1
- 7
2
votes
0 answers
How can I set an attribute to a tag when publishing with Orgmode?
When publishing with orgmode, is it possible to add attributes to generated html tags, only on wanted elements.
For example, I would like to add some class value for tags without this attribute, or replace it (add a class value after the…
smonff
- 462
- 3
- 16
2
votes
1 answer
emacs smart html syntax highlighting
Is there a syntax highlighting mode for xml/html which supports highilghting of markup associated with given (just like for parentheses)? For example if I select 'div' markup - this 'div' and corresponding with it '/div' are highlighted.
ninjaaa
- 191
- 1
- 5
1
vote
1 answer
Converting .txt files into .xht on Mac OSX
I have a large sum of e-books that I need to have converted into .xht format. It's apparently pretty difficult to do judging from the lack of information on the internet. Or maybe it's just a really obscure conversion.
Either way, it would be great…
Mike
- 111
- 2
1
vote
1 answer
1
vote
1 answer
xHTML renders locally but when on a web site it downloads it as a file when using Chrome, or Opera
Below is the xHTML listing:
frankinstein
- 11
- 1
0
votes
1 answer
Google Chrome doesn't render .xhtml file
Google Chrome doesn't render .xhtml file when I response:
http://localhost:56685/simple/OPS/cover.xhtml
But when I use file protocol it renders sucessfully:
file:///C:/Users/Kosha/Downloads/cover.xhtml
Is not a problem with bad url as the browser…
user2944137
- 101
- 4
0
votes
1 answer
Quickest way to turn existing XHTML 1.x pages into HTML5?
I’m having problems with programming HTML5.
I am a self-taught web developer learning HTML5 for a re-launch of a client’s website.
What is the quickest way to take the current XHTML 1.x pages and make them HTML5?
Plus, can I still use XHTML 1…
Jeremy Schroyer
- 19
- 4