0
votes
1answer
17 views

XSD from xhtml : specific case

I'm trying to validate this xhtml using an xsd (xml schema definition) but I can't find the right definition that match this case: <tbody> <tr id="uid95344" class=""></tr> <tr ...
1
vote
2answers
40 views

how to extract an XPATH from an html page with BaseX commandline

I would like to extract the XPATH //DIV[@id="ps-content"] out from this web page: http://www.amazon.com/dp/1449319432 (saved as a local file) I would like to do it with a single line of command-line ...
0
votes
0answers
40 views

DOM correction as an alternative to a “XML interleaving algorithm”, it is always valid?

This question was not simple and objective. Question migrated to http://programmers.stackexchange.com/q/200965/84349
-1
votes
0answers
22 views

How to Display xml file with xslt applied in xhtml page

I have a xml file with xslt applied. I am able to see the xml file in browser according to the xslt stylesheet. But how to display it in an xhtml page?
0
votes
1answer
34 views

(PHP) Displaying images from dynamic directories

On one server, I successfully write the image as follows: $structure = "./images/$root->City/$root->ZipCode/$root->StreetDirection $root->StreetName/"; ...
0
votes
1answer
51 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 ...
0
votes
1answer
24 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
1answer
57 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 ...
-1
votes
1answer
30 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 ...
1
vote
1answer
42 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
3answers
45 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 ...
1
vote
1answer
56 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" ...
1
vote
5answers
884 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
46 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
25 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
102 views

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

What is Document Object Model (DOM) in HTML,XHTML,XML and How it works?
0
votes
2answers
175 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 ...
-2
votes
1answer
31 views

xslt generate xhtml 1.0 strict

I generate xhtml but validator (http://validator.w3.org/check) give me error "document type does not allow element "li" here; missing one of "ul", "ol" start-tag" Code is: <xsl:template ...
0
votes
1answer
91 views

User Defined XMLNS in Primefaces (xhtml)

Can we include our own xml file in xmlns tag Example: Consider a file "myxhtmlfile.xhtml ".. in this we could add xml namespaces like, xmlns:h="http://java.sun.com/jsf/html" ...
0
votes
1answer
55 views

ePUB 3.0 File Structure

If an ePUB 2.0 is like this: folder/ META-INF/ container.xml mimetype OEBPS/ content.opf toc.ncx [etc] Then is there any difference between what is shown ...
-1
votes
2answers
48 views

How do I get string inside of xml attribute

<z:row ows_Title='What does UFO stand for?' ows_Body='<div class="ExternalClassAA6E0BD0783B483F81A1B5E0C8DF15A5"> <p>Unidentified Flying Object.​</p></div>' ...
2
votes
2answers
57 views

extract string from inside an attribute

I need to write a function like this: var width=getWidth( $(this).attr("ows_MetaInfo")); where $this is pointing to the xml row . in the getWidth(meta){} funtion i need to find the text ...
1
vote
0answers
31 views

How can I embed a XML document inside a XHTML document?

For example, how can I embed <?xml version="1.0" encoding="utf-8"?> <root> <node><![CDATA[Text]]></node> </root> in my XHTML? I know I can put it in a CDATA ...
2
votes
1answer
86 views

Why is an IFRAME inside a CDATA section breaking the parser?

I have a CDATA section that contains an embedded iframe declaration like below: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ...
0
votes
2answers
80 views

Applying text to a image (without pushing it)

I've been trying to get this worked out but I am completely lost as of now, I've tried many things related to resizing my image at the top of the page and concluded that I could set the background as ...
0
votes
1answer
103 views

Log In example with xQuery

I'm trying to create a function that allows me to evaluate the login credentials for a restricted area of a database. this is my code: declare function local:check() as xs:string { let $login := ...
1
vote
2answers
88 views

Extracting data from website with XSLT

I'm trying to learn XSLT and I came across a problem. The thing I would like to do is to extract some data from a website, transform it with xslt templates and finally show it in my own xhtml page. ...
0
votes
1answer
60 views

Asterisks in XML attribute value

I have an XHTML file, with this line: <tr id="some-string-with-a-*"> and I get the validation error: Syntax of value for attribute id of tr is not valid I changed it to &#42; and I ...
0
votes
0answers
156 views

Accesing XML with XQIB, javascript and Xquery (using eXist db)

i have downloaded XQIB to can call xquery from javascript, cause i need to call xquery functions with onclick events (and i can't do it if the document has .xql extension) so i downloades XQUIB and ...
1
vote
1answer
89 views

onclick error calling Xquery function

i'm trying to call a function with parameters, send an id and return the url of a photo, the idea is to show the photo of the element when you click on a button, the problem is that i can't call the ...
0
votes
1answer
52 views

MSXSL Error and barely any output

I am trying to transform some HTML files to my own XML-format via XSL. For this purpose I use HTML Tidy to clean up the input files, then transform them to xhtml with html2xhtml and then use a xsl ...
0
votes
0answers
35 views

Getting an Xhtml mark up node and its following text that is not in an Xhtml markup node using XPath?

Hello all I am trying to work through some Xhtml to isolate mark up nodes that have text directly following on from the mark up node, but is not contained within its own mark up node. For example on ...
5
votes
3answers
157 views

Why does using a self-closing tag have such a prominent and bizarre effect in this situation? [duplicate]

Possible Duplicate: Can a span be closed using <span />? <p>This is a test <span id='span1' style='display:inline-block;'></span> to see if I can embed an inline ...
-1
votes
2answers
57 views

File Not Found Exception when Referencing server HTML File

<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "file:///aaa/bbb/vvv/sss/dtd/htmlentities.dtd"> The above code is from the html file on the UNIX ...
-3
votes
1answer
79 views

Using a local XHTML DTD [closed]

I want to declare <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> in my html file. But i want to use ...
1
vote
1answer
125 views

using XSL to create XHTML from XML - a table with predefined width

Imagine the below XML <?xml version="1.0" encoding="ISO-8859-1"?> <bookstore> <book> <title lang="eng">Harry Potter</title> <price>29.99</price> ...
0
votes
1answer
53 views

view xml instead of xhtml NYT rss feed

When I view the nyt news feed xml it is rendered as xhtml ..http://rss.nytimes.com/services/xml/rss/nyt/US.xml Is there a way I can see just the xml instead of xhtml to understand the structure.
0
votes
1answer
264 views

How to add DOCTYPE to HTML using XSLT and C#

I am using XSLT in conjunction with C# to transform my xml document into HTML. I need the DOCTYPE to be in the HTML document. But somehow I can't seem to get it to appear. Please help... My xsl ...
0
votes
2answers
63 views

processing more than one xhtml file using XSLT

I have two xhtml input files and need one xhtml output file using xslt. how to achieve with xslt?. Please help me thanks
0
votes
2answers
260 views

HTML/XML limit for maximum “src” attribute size [duplicate]

Possible Duplicate: What is the maximum length of a URL? What is the maximum limit on say img "src" path in HTML/XML? Is this mentioned in any specification that I can look at? For e.g. ...
0
votes
1answer
154 views

After trasforming XML in HTML with XSLT, HTML tags get “stripped”

I have an XML file with all the nodes that contain information are in CDATA. These information are possibly formatted with some HTML tags, something like this: <EventList> ...
0
votes
1answer
141 views

process multiple XML documents from one XSLT stylesheet

I am creating XSLT styelsheet to extract weather forecast data of different cities from XML documents. Currently, I have 3 XML files. But I am not getting idea to process multiple XML documents from ...
0
votes
1answer
179 views

XSLT to transform HTML list into XML [closed]

Issue: Solved, I was able to produce a script that will go through my XHTML list and produce XML output. The question was: What should the XSLT look like, when I have an ordered list? Thanks @Sbof ...
1
vote
1answer
158 views

XSLT: Get value of xpath based on whether element exists

I would check if a document contains a value given and xpath and if it does use the selected value otherwise use another. I'm really bad at XSLT but here is what I'm starting with: ...
0
votes
1answer
50 views

Can I output csh.xml via Docbook Export in Robohelp 10

Can I output a context sensitive help file, "Project_Name_csh.xml" via Docbook Export in Robohelp 10? The file is not generated when using the 'export project to DocBook' Handler from XML_Output SSL. ...
1
vote
3answers
172 views

How to convert HTML to valid XHTML?

I have a string of HTML, in this example it looks like <img src="somepic.jpg" someAtrib="1" > I am trying to workout a peice of regex that will match the 'img' node and apply a slash to the ...
1
vote
2answers
128 views

DocBook XML, Between File Link Structure? TOC?

I've converted a bunch of old school presentation files to Docbook XML, and each file appears as expected. I intend to convert them to XHTML/HTML , and my test conversions look great. My only ...
1
vote
2answers
71 views

List works using XML but not HTML, why?

My drop down menu works perfect in XML and not in HTML. Please view this fiddle for a visual presentation: http://jsfiddle.net/H8FVE/9/ If you hover your mouse over the MORE button, you will see that ...
2
votes
1answer
213 views

Add XHTML element referencing existing namespace

The Question Given an XHTML document with a custom namespace defined, <html xmlns="http://www.w3.org/1999/xhtml" xmlns:foo="hello">…</html> how can I use jQuery (or vanilla JavaScript) ...
1
vote
1answer
211 views

Count <td> Elements in xhtml <table> with XSLT 1.0

i've an XSLT 2.0 which transforms an xhtml Table into an InDesign XML Table. This XSLT counts the maximum number of <td> Elements within every row <tr> Line 7 in the template below ...

1 2 3 4 5 7