Questions tagged [xhtml]

18 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
  • 523
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…
4
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
  • 194
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,351
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,982
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,…
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…
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
  • 460
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
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
1
vote
1 answer

How to convert chm files to one xhtml file

how do I convert CHM files int one xhtml file?
ajushi
1
vote
1 answer

Create a pdf from ePub html files

I'd like to create a pdf from all the xhtml files from an epub*. I have Adobe Acrobat DC *BUT, all formating aside, when I copy and paste text from the xhtml files opened on my Chrome browser, they lack any space characters between words:…
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…
1
2