Questions tagged [xmltable]

XMLTable maps the result of an XQuery evaluation into relational rows and columns. You can query the result returned by the function as a virtual relational table using SQL. This tag can also be used to indicate tabular data shown in XML notation.

XMLTable maps the result of an XQuery evaluation into relational rows and columns. You can query the result returned by the function as a virtual relational table using SQL. This tag can also be used to indicate tabular data shown in XML notation.

283 questions
0
votes
0 answers

Jasper report with XML Data Source do not display table rows

I have following XML data source - file:
0
votes
2 answers

PHP XML to dynamic table

I'm trying to create a dynamic table based on an XML. The outputted XML is the following: 1
Alex Gorcea
  • 29
  • 1
  • 7
0
votes
2 answers

How do I correctly set ids using XSLT?

I have this Following XSLT snippet:
Hans En
  • 906
  • 5
  • 15
  • 32
0
votes
1 answer

PL/SQL unique column identification from two table

I am using Oracle 11G. I have a PL/SQL procedure which is reading XML using xquery from XMLTYPE column in a table. The XML contains data of DEPARTMENT and its SECTIONS. DEPARTMENT has one to many relationship with SECTIONS i.e. a DEPARTMENT can have…
Femme Fatale
  • 870
  • 7
  • 27
  • 56
0
votes
1 answer

Show record in gridview based on dropdown list, fromdate and enddate entered in textbox

I need to show my data in a gridview based on my dropdown list, fromdate and todate when data is entered in the textbox. How can I do that? What I have done till now is I created two pages. In first page I have a dropdown list and a form. When I…
amitesh
  • 766
  • 5
  • 17
  • 39
0
votes
1 answer

How to add a Template/DataTemplate to a TableCell

I googled around but I did't find any really useful stuff; my purpose is to display a specified DataTemplate for a specified Class:
WiiMaxx
  • 5,322
  • 8
  • 51
  • 89
0
votes
1 answer
0
votes
1 answer

Create table from node XML, XSLT

I'm getting data from an XML-file and transforming it with XSLT. I have one node that I want to create a table from.
ana
  • 475
  • 4
  • 10
  • 21
0
votes
1 answer

iReport Cell Spanning in Table Component

I'm using the iReport with to display data from a net.sf.jasperreports.engine.data.JRTableModelDataSource in a table. I'm using the TableModelDataSource, because I have to use Java as a data source. I now got the following code, which is working…
Torsten
  • 1,696
  • 2
  • 21
  • 42
0
votes
0 answers

Summing column values-variable not found error in ireport

I am summing all values(vertical) in single column using variable, which I declared as below in code, but when I am running code, it gives error: . variable not found. I am printing this table in summary band, because when I am declaring it in…
Sagar Nikam
  • 1,708
  • 3
  • 22
  • 35
0
votes
0 answers

XML and XSLT Table Data and Description movement

Assignment completed. I figured everything out with trial and error. Only one thing bothers me about this. Below each table that rests below a company name there is no spacing underneath the table and before the next company name. It looks tacky.…
Hugoriffic
  • 51
  • 1
  • 3
  • 8
0
votes
1 answer

XML Table doesn't show - No rows nor columns

I am supposed to create an actually kind of simple table with data from an xml file for our school website. I have the XML and a xsl stylesheet, but whatever I do, the table won't show. I also get parsing errors in other browsers than IE.…
Joschler
  • 3
  • 2
0
votes
2 answers

Apache-FOP: gap between columns

I need to put a "gap" between columns of a table in Apache-FOP:
Randomize
  • 8,651
  • 18
  • 78
  • 133
0
votes
1 answer

Echo XML file contents with PHP

I want to echo the following XML file in a simple table format using file_get_contents($xml)...
sohal07
  • 440
  • 8
  • 21
0
votes
2 answers

Creating XML Table in C++

I have created a binary file with 100,000 Employee records in C++ (GNU compiler). Now I need to create XML table with that 100,000 Employee Records using c++. But I don't know how to create XML table using C++ code. Is there any sample code or…
Smith Dwayne
  • 2,675
  • 8
  • 46
  • 75
1 2 3
18
19