473,383 Members | 1,896 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

How to integrate XML in java ?

Hi,

i'm new to Business Inteligent.

in our company already they are created product.

that product using mondrian cube it retrieving data from the database.

now in that code through the image it move node item to up and down.

But after changed the node item to up user pressing ok button that change effect in the side panel.

After changes made by the user in the side panel i'm clicking image for seeing the tree node hierarchy under change node item.

it is show their node item but it again come to the same place.wat i need to look.

any IDEA Please help me.



i found one thing this xsl file having the code for change the item. but it is not effect hierarchy navigator.


Expand|Select|Wrap|Line Numbers
  1. <?xml version="1.0"?>
  2. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  3.   <xsl:output method="html" indent="no" encoding="ISO-8859-1"/>
  4.   <xsl:param name="context"/>
  5.   <xsl:param name="renderId"/>
  6.   <xsl:param name="token"/>
  7.   <xsl:include href="../../wcf/controls.xsl"/>
  8.   <!-- buttons with spaces inbetween -->
  9.   <xsl:template match="button[@hidden='true']"/>
  10.   <xsl:template match="button">
  11.     <xsl:text>    </xsl:text>
  12.     <input type="submit" name="{@id}" id="{@id}" value="{@label}" onclick="iceSubmitPartial(form, this, event);return false;"/>
  13.     <xsl:text>    </xsl:text>
  14.   </xsl:template>
  15.   <xsl:template match="tree-extras-top | tree-extras-bottom">
  16.     <tr>
  17.       <td class="navText">
  18.         <xsl:apply-templates/>
  19.       </td>
  20.     </tr>
  21.   </xsl:template>
  22.   <xsl:include href="../../wcf/changeorder.xsl"/>
  23.   <!--<xsl:include href="hierarchy-navigator.xsl"/> -->
  24.   <xsl:include href="dnd_hier_nav.xsl"/>
  25.   <xsl:include href="dnd_tree.xsl"/>
  26.   <xsl:include href="../../wcf/identity.xsl"/>
  27. </xsl:stylesheet>
  28.  
May 26 '11 #1
0 1362

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: TheLetti | last post by:
Hy! I've just downloaded the latest Java 2 SDK (j2sdk1.4.2_01). For my surprise in this version the servlet-classes are not integrated (e.g. the class javax.servlet). So I found all the...
5
by: Marcelo | last post by:
How can I integrate c++ programs inside a GUI java interface? I would like to get the results from a c++ program and integrate them inside a java GUI. thanks Marcelo
0
by: eric | last post by:
Hi, I would like to build the inParams SQLJ sample procedure from the Development Center. if I declare a #sql public iterator SpIterat, the Development Center complains this should be in a...
3
by: ptobra | last post by:
can any one help me about how to integrate java support in php creating instances and how to override methods. I have successfully integrated java extension in to php. But still not able to find...
3
by: hwang2404 | last post by:
I have PHP 5.0.5 and java 1.2.2. I am trying to integrate them together. I have configure the php.ini as following: ;This must point to the location of php_java.dll. java.library.path =...
6
by: napi | last post by:
C to Java Class Files ------------------------------- We are pleased to announce the release of version '1.5.1' of AMPC (Axiomatic Multi-Platform C) C to Java class files compiler suite. It is...
0
by: subhanjan | last post by:
I have few simple querries which I am unable to fix for the last few days.I want to integrate Java support for php5.1.6. 1)I edited the /etc/php.ini file with the following ...
0
by: rajaramanindia | last post by:
I have some doubt in integration. We have a java based web applications and .net based windows application. Example" Java Web applications having a grid with some datas. when the user will...
1
by: Prajaktaj | last post by:
Hi All, I have created one web service in java which contain one web method called getItemDetails(). I have also created one web service in .Net which contains another 4 web methods. I want to...
0
by: naveenkumarbant | last post by:
Good morning sir sir am developing an web application like online game using java,j2ee,apachetomact,struts. in that i have one module that module developed in php how to integrate this php module...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.