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.
0
votes
0answers
10 views
Integrate JQuery with Richfaces
im newbie in the world of Js , my Jquery doesn't work with richfaces. I want to do something like this : http://jsfiddle.net/bFuEv/ .
This is my code in my xhtml file :
<!DOCTYPE composition ...
0
votes
1answer
15 views
How to send/recieve data to/from bean function using JSF Richfaces AJAX?
I'm trying to get some code working in an XHTML/JSF/Spring application through which I send an ID to a bean function and expect a string in return. I haven't found an understandable tutorial on this ...
-1
votes
1answer
28 views
Slide down div using jQuery
<div id="1" class="panel">sales advisor
<span class="roles_plus"></span>
</div>
<div class="subcontent" style="display: none;">sample text</div>
<div ...
0
votes
1answer
11 views
Gather info from xhtml in java: parser + visitor?
I have to write a piece of code that loads a remote web page, search for the links, visit those pages and gather some info from certain tags...
How would you do this? Is the visitor pattern of any ...
0
votes
0answers
18 views
Command link in first page works fine but not from second page onwards in primefaces datatable
Hi I am using Primefaces 3.3.1, I have a datatable in my project. Suppose that datatable is for Cars list.
Whenever user will click car title, an ajax method will be called and provide the car ...
0
votes
1answer
22 views
Converting HTML to XML using XSLT
I'm trying to convert an XHTML document to XML using XSLT but I'm currently having trouble getting my templates to match the tags in the input document. Should I be able to convert XHTML to XML like ...
2
votes
2answers
22 views
How can I align vertically img and text in span without using padding?
HTML
<div class="cs1">
<span class="cs2">Label</span>
<span class="cs3"><img src="icon.png" /></span>
<span class="cs4">Lorem Ipsum is simply ...
0
votes
1answer
22 views
XSLT how to create output based on the values of different nodes
I have this (pseudo-code) xml
<data>
<ref>one</ref>
<val>20</val>
<ref>two</ref>
<val>200</val>
<ref>three</ref>
...
0
votes
4answers
22 views
Get immediate class name jquery
The html is
<div class="a"></div>
<div class="b"></div>
Onhover class 'b' I would like to get the classname 'a' via jquery.
Is it possible.Please suggest.Much appreciated.
...
0
votes
1answer
30 views
Can I use HTML5 tag in jsf(.xhtml)
I want to use some HTML5 tag in jsf file, such as , and so on, but it doesn't work because the suffix of jsf file is .xhtml.
Is there any possible to use HTML5 tag in jsf file??
0
votes
1answer
40 views
How do I get my XSLT to open HTML/PHP and accept an entire XML node rowset?
So far when I click on the XSLT embedded in my hyperlink, I get the page that I want. But, it is also where I need the help! I need my style_sheet to pass the entire row.node result as a parameter or ...
0
votes
1answer
19 views
Duplicate Anchor IDs and W3 Conventions
I was converting a page with some outdated attributes to being more XHTML friendly today, and ran into the subject of the anchor tag. Specifically:
<a name="someName"></a>
After ...
-2
votes
4answers
35 views
Replace Content Here
Ok so on W3Schools, it has the image below. Is there a way to keep the outer orange/yellow part and simply replace the "Content goes here" by doing src="somehtmlpage.html" which contains only a body ...
0
votes
3answers
21 views
get child div id of clicked class using jquery
My code is
<div class="timeline_off"></div>
<div id="1851" class="year">1851</div>
I would like to get the id of the class 'year' once timeline_off is clicked using ...
0
votes
0answers
5 views
Meta refresh on Nokia 3120 or other Nokia devices
It seems that meta refresh tag is not working in my Nokia 3120. I can't use javascript to refresh the page since the device doesn't support javascript. What I need now is a proof that this device ...
0
votes
1answer
37 views
Two <p:confirmDialog> in one xhtml
I have two in one xhtml. But both of them are not working properly.
When I click the Save button, the confirmDialog of the Import button came up.
When I click the Import button, nothing came up.
Is ...
0
votes
1answer
39 views
commandButton doesn't set correctly f:param if it got a javascipt method in onclick event
Between two JSF views xhtmls (both have view scoped backing beans) I would like to pass parameters if the user click a link or a button. If I have an attribute onclick with a JavaScript function to ...
0
votes
1answer
22 views
Is there an Online XPath tester that does not require input XHTML to be perfect?
I am trying to figure out the answer to this question: Why does this HtmlAgilityPack code stop working when I dig deeper via XPath?
Playing with the XTHML on an XPath tester independent of ...
0
votes
3answers
49 views
Animation on Android
I have been looking around and searching for an answer and really trying to dive into android programming before asking any questions. I know that this site is here to help, but also not an outlet to ...
-3
votes
0answers
50 views
Populate select list from database live [closed]
I'm doing a big assignment, one of the part in the form is to get the post code input from the user and then search it in database and create select list with the result. i have done that but it only ...
0
votes
1answer
25 views
<p:commandButton> with icon image not showing
I have been struggling this for a while. I am using primefaces 3.5. I have a command button with icon attribute. But the image seems not showing. I am not sure if I put the image url correctly. I ...
1
vote
1answer
22 views
confused about xhtml5: no more `<?xml?>` and now mandatory `meta`?
I've been a longtime user of XHTML 1.0 Strict, and I'm now trying to switch to XHTML5 in my new projects.
I'm confused that <?xml version='1.0' encoding='utf-8'?> is no longer considered valid, ...
-1
votes
1answer
24 views
Converting XHTML to plain text
Is there a way to convert the XHTML to Plain text using Java?
Can any one please guide me on this?
1
vote
2answers
46 views
JQuery - Callback for offset()/position()
I have a div containing a list elements, which have static positioning and for each element I want to
Record its absolute positioning using the offset() method
Change its positioning to absolute, ...
-1
votes
1answer
21 views
Facebook Twitter and rdfa DOCTYPE [closed]
Facebook and Twitter widgets don't support xhtml1-strict.dtd, but support xhtml-rdfa-1.dtd
My question.
xhtml-rdfa-1.dtd do giver better support on HTML driven pages? (As per my knowledge its give ...
0
votes
0answers
13 views
Is this a possibly malformed xhtml cid in URI?
Over the last 24 hours my network received around 1 million requests for the following URI.
smp/deals/deals.xhtml;jsessionid=EDADC8DC7B4693C23A83DB42A06F4CF7.##app server ...
0
votes
2answers
68 views
How to make this css based menu open and close on click instead of open on hover and close on mouseout?
The working version of the css menu is here http://jsfiddle.net/nexU/PEvrW/1/ and it works on all browsers and after changing hover to click, menu has to continue working on all browsers too.
...
0
votes
0answers
47 views
Display Blob Image using primefaces
I want to display blob type image using primefaces. There is a error in the server log, and the page is displayed without the picture. I used the following code.
Html code =
<h:form ...
0
votes
0answers
26 views
display of username in .xhtml with spring security
Is the username appears only in one page .jsp ?
in a jsp page I put <sec:authentication property="principal.username"/> with <% @ taglib prefix = "sec" uri = ...
0
votes
0answers
17 views
Richfaces facebook like multiselect for large datacollection
I'm working with Richfaces 4.3.0.FINAL but I can't seem to find a nice component what can do what I want. I have a huge collection of Documents in my database, and the user must be able to add some of ...
0
votes
1answer
20 views
.htaccess to web.config php issue
I've been hitting these boards and I'm not really finding a solution. My students redesigned a website for a non-profit rescue group and honestly, programming is not my forte, as much as coding is.
...
0
votes
0answers
16 views
Use of TidyCom for Html cleanup causes <p> tag with id attributes to be replaced with <br /> Tag?
I am using TidyCom for cleaning of HTML and framing it into XHTMl.But after cleanup I found that some PTag with id attribute is being cleaned up and replaced with .
For eg:
<P ...
1
vote
2answers
34 views
Div container within main wrapper won't center
I basically have a #wrapper , #contentWrapper , #actualContent
I have my #wrapper centering the viewport, with width 940px; however I cant get my #actualContent to center within the main wrapper.
...
0
votes
0answers
58 views
jsf - ajax javascript call not working due to a <h:form>
Problem:
I have a button with an action and an ajax call to a js function but the javascript function is not executed. But when I remove the <h:form> it will work perfectly. Anybody has an idea ...
0
votes
2answers
27 views
Would an unexpected T_STRING on line 1 be causing a server error? [closed]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html ...
0
votes
0answers
33 views
Browser window opens another window in JSF (both). The 2nd updates info one the 1st. 2nd closes and 1st doesn't gets updated [closed]
I know the question title is confusing, but I didn't know how to summarize it. So my problem is the following (bear with me):
I have a JSF window main.xhtml with a template.xhtml with a backing bean ...
1
vote
1answer
52 views
Sidebar with 3 different backgrounds
I'm currently trying to get my sidebar working with 3 different backgrounds. Screenshot: http://i.imgur.com/b0ZodFz.jpg
I tried to fix it with 3 containers but I can't get it right (the top image ...
1
vote
1answer
48 views
How to call a javascript function and an ajax command by pressing one button?
so what i want is to use 1 button inside a form (because ajax requires to be in a form?)
to
1) call a javascript function, which basicly simply does some animation (like fadeout and fadein)
2) call ...
0
votes
0answers
21 views
feature label not work in xhtml file
I have a problem, I develop an jsf application with openlayers api, this example http://openlayers.org/dev/examples/vector-features-with-text.html work fine with html page, but when I change to xhtml ...
1
vote
1answer
31 views
Java Server Faces xhtml extension - overlapping with html files
In a project we use jsf. For mapping, xhtml extension is used.
But in the project we have some xhtml files, which are not jsf.
Just plain html with xml syntax.
When we request for these files, Faces ...
0
votes
0answers
26 views
Primeface carousel calls twice my methods
I have an XHTML page with two primefaces carousel.
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
35 views
Delete picture in a carousel + update
I'v a Carousel with the possiblity to update pictures (stored in db) and to view them in a bigger size. That works fine. But now, i would like to remove them. And that works almost. Almost means, the ...
0
votes
1answer
20 views
php data query returns full database text - limit to 40 characters on news snippet
I'm building a new site for a client and on the index page there is a latest news div tag.
I need to limit the info in the text box to 50 characters, and have tried the mysql left() function aswell as ...
-2
votes
0answers
55 views
Database Access with JDBC unable to login to protected pages
I am trying to use glassfish realm to make a secure login to protected pages. My problem is that I always get directed to the "fail login page" or get a nullpointer and I don't understand why. I know ...
0
votes
3answers
44 views
What is minimal XHTML?
I have a question, basically I need to write the code for a table with minimal XHTML and CSS. I'm not quite sure what minimal XHTML is but my guess is that it's just showing the initial XML code ...
-8
votes
0answers
24 views
Making xhtml page [closed]
How can I generate or create xhtml page using Java language? What classes must I use? I hear about XMLParser, what is it, can it make xhtml?
0
votes
1answer
27 views
JSF Ajax call is out of context
I have a Facelet which has a div called "gameinfo", by clicking on a certain button this div should be reloaded with Ajax.
Problem:
The call does't work, it throws the following error:
...
0
votes
1answer
41 views
How to Android XHTML parsing
i have a plan to android web parsing after make autologin service...
but i have a problem...
i try parsing to that http://communion.gntc.net/ i see that www.w3.org/xhtml...
xhtml... how to make ...
-1
votes
2answers
63 views
Convert docx to clean html [closed]
I want to convert docx files to clean html file.
I tried abiword and libre office with command prompt.
Libre office can't convert as CLEAN html. Abiword can't convert tables.
can you suggestion any ...
1
vote
0answers
40 views
How Float left using XHTML 1.1 ? (<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>)
My first post here...
I need two lines YES or YES:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" ...





