XHTML, eXtensible HyperText Markup Language, is an application of HTML that is also a valid XML document, as opposed to standard HTML which is based on SGML. It is a markup language commonly used for webpages.

learn more… | top users | synonyms

0
votes
2answers
53 views

HTML Agility Pack (C#) malforms my code

I'm currently coding a desktop application in c# which also has to handle XHTML document manipulation. For that purpose I'm using the Html Agility Pack which seemed to be okay so far. After carefully ...
-2
votes
0answers
17 views

Submit form without reload page in html [duplicate]

i have a small form chat like this and i want when click submit that form will not make the page refresh. <form name="form1" method="post" id="formchat" action="forum_add_1313940.xhtml"> ...
0
votes
0answers
24 views

Redirecting with parametres

in my managed Bean i have a methode which redirect me to an xhtml page My xhtml page load a php code which simply for now display the parametres send so this is who it works. in the methode of ...
0
votes
0answers
39 views

Redirect from xhtml page to php

I have a xhtml page where there is many command button and on wamp/www/ I have a PHP file which display a google map. this is my try In my main page xhtml I put this <h:commandButton ...
-1
votes
2answers
53 views

How to load another page in the same page with get values?

<form action="/load.html"> <input type='text' name='t'/><br/> img<br/> <input type='text' name='i' value=''/><br/> dir<br/> <input type='text' ...
0
votes
0answers
24 views

How can I use multiple namespaces in xsd

<html xmlns:xs="http://www.w3.org/2001/XMLSchema" xs:schemaLocation="http://www.mywebsite.com myschema.xsd" xmlns:foo="http://www.mywebsite.com"> <head> <foo:bar ...
0
votes
3answers
65 views

What is the reason of padding / margin?

I have been impementing a web page in HTML and I have came across a weird problem. http://jsfiddle.net/SntpD/3/ #menuh { width:100%; padding-top:10px; padding-bottom:10px; ...
1
vote
1answer
34 views

How to update panel from datatable

Commandbutton with id("myButtonId2") works fine. I mean it updates "myOutputPanel" but commandbutton which is inside datatable doesn't update outputPanel. Is there a specific update style for ...
0
votes
1answer
35 views

Can't move DOM element to other position

This is getting tiresome. I'm trying to do a simple append from one element to another: var contentBlob = $('<div></div>', { "id" : "content-blob", ...
0
votes
0answers
32 views

EL brackets with nested property

I have an EL expression that uses brackets: #{car[column.property]} column.property could possibly be nested (i.e. prop.subprop) but I don't know because this is being used in a totally generic ...
1
vote
1answer
33 views

Incorrect syntax was used in a comment

Please consider this kind of XHTML document: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
0
votes
0answers
27 views

unable to see xhml file in browser (text box & image with link not visible)

/this is jsf/xhtml program/ /this is the program to add category for the specific page/ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
53 views

SVG Image Mask Not Working In Firefox or IE

I have easily made a mask with a PNG (black circle, transparent background) and using -webkit-mask-image:url(images/mask.png) for browsers like chrome. But i am having serious issues getting the mask ...
0
votes
2answers
62 views

Get SessionBean Instance

im trying to keep a SessionBean scoped throug my pages, and for this, i followed some tutorials from here, and actually, I'm trying to get the session throug ExternalContext, like the following code: ...
0
votes
1answer
26 views

Ideas on an alternative to the <nav> feature - MUST use XHTML Strict 1.0

doing a project at uni and I've completely misread the brief, used HTML5 in my project and realised that I'm not allowed to do this. Oops! My only problem is, I've tried to convert it to XHTML Strict ...
0
votes
1answer
60 views

how To Pass A Dynamic Value from Script to HTML In the Same Page?

on one page i have Script where i can goecoder an adresse to an gps coordinates. the script works fine. i have on the same page a <h:commandButton value="Calculer Distance" ...
1
vote
5answers
192 views

The entity name must immediately follow the '&' in the entity reference

I want to put a packman game on my *.xhtml page.(I am using jsf 2 and primefaces 3.5) However, when I "translated" the html page in xhtml I get an error at this script: <script> var ...
0
votes
1answer
74 views

Polyglot-Markup validator

Is there a free online polyglot-markup validation service that will correctly identify and validate polyglot-markup? I did find totalvalidator and htmlvalidator but those are (paid) non-web-based ...
0
votes
3answers
57 views

How to Display a Blank Data at an Unexisting Empty `<td>` Element in a Table

I think this question is easy... I want this HTML code of a table: <table> <tr> <th>Heading 1</th> <td>or</td> <th>Heading 2</th> ...
-1
votes
1answer
43 views

Generate JSF2 CRUD's - Can I create the bean and xhtml automatically for any entity?

I'm looking for any kind of software which allows me to generate, in an automatically way, the MVC files (a bean and a xhtml view) of any CRUD of any entity using Java Server Faces 2 and Richfaces 4 ...
0
votes
0answers
22 views

Object vs Embed Flash loading in Firefox

Testing with the following: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html ...
0
votes
1answer
35 views

W3C Doctype Error?

My site uses this DTD in the which is the correct one. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html version="XHTML+RDFa 1.0" ...
0
votes
0answers
187 views

Achieving Full screen fluid layout with static widths using Twitter Bootstrap

I started setting up a fluid layout that has a 2 and 3 column layout. I setup a simple example that has this layout setup using Twitter Bootstrap: http://jsfiddle.net/Sxqh3/1/ Simple page structure ...
0
votes
1answer
65 views

onmouseover change div text color

On mouseover a div the background color is changing but not the div text color. Can you please let me know if it is possible? It's just a plain css and html. my css code is .divTable-row:hover{ ...
0
votes
1answer
37 views

XML data not displaying with Javascript

I am currently working on a project, and the idea is an AJAX online shop. I've created an XML file with two products for an example, and i try to display the makes in a side menu using Javascript. ...
0
votes
1answer
20 views

What is “Extensible” about XHTML?

Why is XHTML called "eXtensible" (the X in XHTML)? Can we, as individual web developers actually extend it? What separates it from ordinary HTML?
0
votes
3answers
30 views

javascript contents are not getting loaded,if i create a tab/contentPane dymaically with .xhtml as input

I am creating a dynamic tab/contentPane as below in home.xhtml file and i am trying to call a function display which is present in order.xhtml,its not getting called. what ever java script is there in ...
0
votes
1answer
22 views

w3c validator tells an error, idon't find it… need a break

W3C says that i have an unclosed tag, by the way it HAS TO BE XHTML Validation Output: 1 Error Line 31, Column 9: end tag for "div" omitted, but OMITTAG NO was specified ✉ You may have ...
1
vote
1answer
16 views

f:convertDateTime in xhtml nested in a component?

it was my understanding that this piece of code : <composite:implementation> <p:fieldset> <ul> <li> <h:outputLabel ...
0
votes
2answers
162 views

javax.servlet.ServletException: <p:ajax> Event:rowEdit is not supported

I am getting an error message while trying to use PrimeFaces for my making each row editable. I was checking online many people are making use of this. However when I am trying to create a page with a ...
0
votes
1answer
88 views

How to set selected item from selectonemenu before commandbutton action executed

I have a Commandbutton and a Selectonemenu. I want to set selectedTaxType before Commandbutton action method is executed. I changed "action" to "oncomplete" but this time it freezes.Any solution? ...
-1
votes
1answer
127 views

Tools for xhtml/jsp/jsf visual (WYSIWYG) design for Java(EE) Web Apps [closed]

The task to draw sttractable and comfortable user interface for web (enterprise) application is very important. But most books and articles omit this problem (or I just can't use Google well) and ...
1
vote
4answers
48 views

How do I stop the border from breaking apart when zooming in?

http://mistcave.com/temp/ Zoom into the page and scroll right. The 1px black border at the bottom of the header is cut off a bit short. How do I fix this issue?
1
vote
0answers
95 views

IE8: checkbox onclick not called when setting class to that

I have a code like this <input type='checkbox' class='rating' id="sample" onclick='checkboxcheck(parameters)' /> <label for="sample"></label> And CSS: ...
0
votes
1answer
49 views

HTML5 Image and Text are not inclined in the same place

I am learning HTML5 and I need some text along with the image . Image should be come on the left side and text should come on the center . what I am trying to do is I created a div layout into that I ...
0
votes
0answers
52 views

Android webview html vs xhtml

What is the difference between the below two files where test.html runs fine with android webview but the other file test2.xhtml give me error in the logcat and nothing working at all..... ...
0
votes
1answer
23 views

Upgrade Orbeon 3.8 - 4.1

We are using Orbeon 3.8 in a standard config with eXist database. Is there a way tot easy upgrade the db to the new 4.1, and have the saved data (forms and data) available in the new version?
-1
votes
4answers
95 views

What is Document Object Model (DOM)? [closed]

What is Document Object Model (DOM) in HTML,XHTML,XML and How it works?
0
votes
0answers
23 views

Myfaces 2.1: .xhtml page as ERROR_TEMPLATE_RESSOURCE

Do you know if it's possible to use a .xhtml page as an error page for my web app? With Myfaces 1.2 I used a .xml page which worked fine. But after migrating to Myfaces 2.1 (application is running on ...
-1
votes
1answer
38 views

why php script not catching the value from xhtml form input where the form is under div tag?

i am working with multiple form in one page. Basically i have a form in which there are some element and when a user select one of the category from drop-down list in the form, it adds addition ...
0
votes
0answers
41 views

Action attribute of <p:commandButton> is not called

I am trying to call the addMoreStatus method by using the action attribute of the <p:commandButton>, but it is not called. I have also used ajax to see if the value of session variable changes ...
0
votes
1answer
61 views

problems with using cURL POST method

I am trying to scrape a website in order to extract XHTML data to save as variables in PHP. The website uses AJAX which means the data I am seeking is returned following an XMLHttpRequest using a ...
1
vote
1answer
36 views

Chat application buddies presence status view refresh on response design?

What is the optimized way of displaying friends presence status in a table cell with custom divs? Order of display shall be Online and then Offline friends sorted alphabetically. One crude way is to ...
1
vote
1answer
27 views

xhtml to javascript output through xslt

I'm trying to transform an xhtml input to javascript output, my input is as follows: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
2
votes
1answer
50 views

get Math.round to round up to next minute even if over by a second

Related to my previous question javascript math.round and math.floor work fine in IE and Opera but not Chrome, Safari or Firefox. Getting NaN I have updated fiddle here http://jsfiddle.net/8VmPm/ ...
1
vote
2answers
59 views

JavaScript - get text from text area on another page

I want to fill an array by parsing values from a text area, div, etc. on another page on the same site. (Poor man's database.). It is a hosted site, so all I have is JavaScript, no jquery, much less ...
0
votes
2answers
109 views

validation error there is no attribute “XMLNS”

I am getting this error from w3.org validation Error Line 2, Column 13: there is no attribute "XMLNS" <html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.0"> You have used the ...
0
votes
1answer
164 views

How to pass String from Java applet in XHTML page to a managed bean

So as advised I am extending my earlier question to pick up the username of the system opening my web page and then authenticating that user accordingly. Thanks to some useful advice and after long ...
1
vote
3answers
49 views

JavaScript issue with type attribute of <script> element

I can get the script to run as long as I don't set a type attribute. However, I cannot get the page to validate for XHTML without a type attribute. As soon as I set it, my error messages go away, ...
0
votes
0answers
15 views

NetBeans EJB programming using datatable

I did some basic EJB programming and do some query through database and output through datatable. However, the output of table is empty. When I create a new entity with constructor, it works well. ...

1 2 3 4 5 99