Tagged Questions
0
votes
1answer
25 views
Converting XML to HTML tab dynamically using XSLT
i have an xml such as
<data key="xxx" value="xxxx">
<data key="xxx" value="xxxx">
...
<test> // a test object = a line in html table
<data key="X1" value="1">// 1td
...
0
votes
1answer
21 views
Get xml document in Chrome via JS
After I open an Xml document in Chrome, I want to get the XML source in console via js.
But document object seems to be an HTML document.
So How can I get the real Xml and is there any way to judge ...
2
votes
2answers
47 views
How to append XML content to an HTML element as if it were HTML and apply CSS styles?
I have an XML file called 'layouts.xml' that looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<layouts>
<layout id="layoutA">
<div class="layout typeA">
...
0
votes
0answers
9 views
Write XML and view XML based on user cookie
I'm trying to have this script write XML based on a username cookie, so it knows which XML document to access.
Here it is:
{
var username = getCookie("username"); // another script defines getCookie
...
-2
votes
3answers
53 views
how to fill div over dropdown list, using jquery
i have one issue. i made a html page, with a dropdown list, which is loaded from xml file (over jQuery). Now my problem is, how to - when i select certain item from my dropdown list, in some div ...
-2
votes
0answers
20 views
Shopping Cart Using XML and PHP [closed]
So I have created an online store with products, storing the products using XML. The site works fine all I need to do now is implement a shopping cart. I have no Idea how to do this so any help will ...
0
votes
2answers
45 views
Get XML into JavaScript Array, then get the values and write them
I've been looking around for a while and have found things close to but not what I'm looking for.
I'm try to take this XML:
<?xml version="1.0"?>
<document name="New Document">
...
0
votes
1answer
24 views
PanelGrid and OutputLabel
I got a problem with this code. I want to have a SelectOneMenu where I select a Customer (this one works fine for me). But after I selected an element, I should see the ID of this Customer in a ...
-1
votes
1answer
38 views
How do I access XML Elements using Javascript? [closed]
I have an XML with testcases. Each testcase has a different number of teststeps. As I run through my tests, I set the status attribute of the teststep Eleemnt to passed or fails. Now I would like to ...
0
votes
4answers
40 views
How to get data from html page using java?
How to get data from XML/HTML page?
I'd like to make an android app, in which users get a notification of a school-lesson that fell out.
This is what the website looks like:
...
0
votes
1answer
30 views
Xslt selecting remaining tokens in tokenized array
In my Xsl document I need to create a link with text containing line break, creating two sentences.
I'm using tokenize to add words by splitting on the whitespace character.
<xsl:variable ...
0
votes
0answers
19 views
SharePoint: Open in new tab (MSO)
In SharePoint 2010, I created a link to another document from within a document library. I have the following automatically generated ASPX file and need it to open in a new tab, but don't know where ...
-3
votes
1answer
56 views
how to add greater than,less than to a tag in xml file? as a sample <tag><mark></tag>
when i'm trying to do what i wrote in title, the loading of xml Failed.
without those "<",">" the file loaded to the html with javascript great without any problems.
i saw how w3c told to do ...
0
votes
0answers
27 views
how to improve image loading in jQuery Ajax?
I have XML file that i am converting to HTML using jQuery. each record in XML have multiple URL for different images and I have to display 1st image of each record along with it specific data in HTML ...
0
votes
0answers
33 views
Parsing html with qt?
How can I extract from a html page some content in the easiest way, such as for example all the strong tags whose parents are p and are of class A ? The xpath equivalent would be ...
-2
votes
1answer
40 views
I need to add information to an already existing user in an XML file [closed]
session_start();
$xml = simplexml_load_file('Gebruikers.xml');
$gebruiker = $xml->xpath('root[Login="'.$_SESSION['Login'].'"]');
$coordinates = $gebruiker[0]->addChild('coordinates');
...
0
votes
0answers
24 views
Importing XML to HTML
I'm new to programming. I would like to display on my website a small widget showing the 5 top games currently in the US. I have the data (provided by Apple) here in an XML format: ...
0
votes
1answer
29 views
How to use for cycle inside xls
I have a very long String, that I want to display with xslt.
The xslt code fragment is this:
<xsl:template match="report:rmessagewithbutton">
<h2>Running and terminated ...
1
vote
0answers
47 views
Get data from XML/HTML page
How to get data from XML/HTML page?
I'd like to make an android app, in which users get a notification of a school-lesson that fell out.
This is what the website looks like:
...
-1
votes
0answers
30 views
Retrieving rest XML and parsing it using javascript
My problem is that I have a database which stores various information. All of the data can be accessed through REST and will provide an XML response. I have been trying to develop a test HTML page ...
0
votes
2answers
33 views
Using XML to populate an HTML page based on user defined options
I have a list of products that I want to return to the user depending on their selection from 3 options. The kicker is that this has to be a static page with nothing more fancy than javascript, HTML ...
0
votes
1answer
20 views
In XML, can you start a CDATA tag with <?
My javascript application interfaces with another and obtains some XML which contains CDATA.
Normally when dealing with CDATA I am aware it should look something similar to this:
However I am ...
0
votes
2answers
37 views
XSL back button
I'm not an expert in this area. I did some searching but didn't find exactly what I'm looking for. Hopefully it's fairly simple.
I'm working on a software control system that has a built-in web ...
1
vote
2answers
39 views
Automatically scroll to Element in HTML
I have a XML containing loads of Test data. I use XSLT to present this data in HTML in a Browser. Each Test has a table containing the Teststeps. Every time a test is run the table updates the data in ...
0
votes
2answers
43 views
Is it possible to escape & ' present in database?
The data retrieved from database has & or '. How do I escape and show as & or ' without using gsub method?
0
votes
1answer
56 views
How to parse xml with qt?
I'm trying to parse a html page with qt using QtXmlQuery, with:
query.setFocus(qNetworkReply->readAll());
but I receive the following error message:
Error FODC0002 in ...
0
votes
1answer
26 views
How to output all values of perticuler xml element from an xml string in javascript?
hi all i got a xml data as string variable. it has many sets of <item>...</item> I wonder how i can extract all data of <name>..</name> for all the <item> sets and ouput ...
0
votes
1answer
39 views
XPath searching multiple nested elements
I have the following html document
<div class="books">
<div class="book">
<div>
there are many deep nested elements here, somewhere there will be one span with some ...
0
votes
1answer
16 views
How do I store HTML/XHTML in an XML file and then use XSLT to retrieve it?
I have an xml file containing the documentation from a project of mine. I'm using XSLT to transform this XML file into HTML to output it in a browser.
Now the thing is that I have some entities that ...
0
votes
0answers
26 views
jquery xml web service client doesn't work
I want to retrive xml data from REST web-service, it seems the request is success, but my code below doesn't work as I expected, parsing fuction seems wrong. the xml data isn't appear at all in my ...
0
votes
0answers
20 views
Displaying XML data in an html marquee
I want to be able to display certain elements from my xml file into a marquee on my html page. Any ideas?
2
votes
1answer
31 views
XML Data not showing up in HTML file
I have an xml file titled "xmldata.xml" located in the same folder as my index.html file. I have this code to display my xml data on my html page but it is not working. any ideas?
<script>
...
0
votes
1answer
33 views
HTML documentation tool
I have HTML part of code and I need to document it.
As output I want to see syntax highlight code where I can click even for attributes and see documentation for it.
Also I want to colorize some tags, ...
1
vote
0answers
41 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" ...
0
votes
1answer
35 views
Blogger: Having A Featured Image Possible?
I'm working on a custom responsive template for Blogger. Since Blogger doesn't have a "featured image" feature like Wordpress, is there a way that I can make the first image embedded in the post ...
0
votes
1answer
34 views
Get element from external XML page using javascript?
So I'm not that great with javascript, but I'm trying to make a mail notification or this sort of things.
So far I'm using gmails xml file that will display the number of unread emails under a ...
0
votes
2answers
36 views
Ignore org.xml.sax.SAXParseExceptions when transfer xml string to org.w3c.dom.Document?
I have a lot of html pages (I mean its source codes) represented like java.Util.List of Strings in Java. I need to convert it to Document objects in Java (from the package org.w3c.dom).
I do it this ...
0
votes
0answers
29 views
Converting template value in PHPWord with text with html tags
I want to convert ${value} in PHPWord with something like this: <b>something</b>text text
0
votes
1answer
25 views
Cobertura Report Generation Issue
I am facing an issue in generating cobertura report. Files getting compiles successfully. but during report generation i am getting import error as package not found.
1
vote
2answers
41 views
Can Java Swing HTML parser parse any type of Markup Language contained in an HTML document or just HTML?
I have an HTML with some XML data in it,and I want it to be parsed.Will the Swing HTML parser be able to navigate within those XML tags?
1
vote
2answers
47 views
How to unescape HTML entities but leave XML entities untouched?
This is the input:
<div>The price is < 5 €</div>
It is a valid HTML but is not a valid XML (because € is not declared in DTD). A valid XML would look like:
...
0
votes
1answer
44 views
How to add Javascript(jQuery) to a page created from XSLT/XML
I have an XML file (consisting of a few data items, namely <Book> ) and a corresponding XSLT file that I created, which when opened up in a browser turns this list of books into an html table. ...
0
votes
0answers
44 views
Adding new lines to XML
I am facing this strange problem. During parsing xml document I wanted to put new line tag after each '>'. I did write all the parsing methods myself cause input file was not formated properly (eg. ...
0
votes
1answer
54 views
XSLT Position()
I have the following XML data, and process HTML using XSLT processor.
<?xml version="1.0" encoding="utf-16"?>
<ScorecardSummary>
<DivisionSummary>
<DivisionName>
...
-1
votes
1answer
25 views
make xml file using xslt and html
I have HTML page that I created using xslt and an xml file. now In this html file, there is the option to change some values, so after these changes I want to generate xml content with these changes. ...
1
vote
2answers
34 views
xslt nested emphasis tags conversion
I am having an issue with some of my files, could use help solving it. I am converting from html to xml. sometimes I have a <b> or <u> or <i> tag on their own and I use
...
0
votes
0answers
29 views
Loading XML data into HTML- Data not appearing
I'm archiving documents at work and found an interesting timeline site that uses code. I thought woah! this is perfect for my first coding experiment: ...
1
vote
1answer
35 views
Loading XML with jQuery - output printing over itself on one line
I am loading the contents of an XML file using jQuery, when the user selects a play they are supposed to get a list of all the Acts and what Scenes they contain.
However if there is a long scene ...
0
votes
1answer
26 views
Convert XML item to hyperlink using XSL
Here is the XML that is bein processed
<?xml version="1.0" encoding="UTF-8"?>
<javancss>
<sourceFile name="D:\EM_Projects\javancssParser\src\old_code_complexity.xml"/>
...
0
votes
2answers
58 views
How to make web page display only recent update rather than reload using AJAX
I made a table on my web page, that reloads every ten seconds to get new information inputted by users, if any. The thing is, I don't want the whole table to reload every ten seconds, I just want the ...

