This is a discussion on "Need help to create xslt." within the Other Programming Languages section. This forum, and the thread "Need help to create xslt. are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Need help to create xslt.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
HI all,
I am new in xml/xslt. Following is my sample xml file. What I wanted to do is write an xslt to change bolded <property> tags' attributes (name & value) with given user inputs or param (like inputs took form user in java program and set using the DOM transformer.setParameter()) and the rest will remains same. make sure Xslt output will be the another new xml with updated changes. Please help in this regards, it is really urgent. Best regards Dawood Ajaz <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> <beans> <!-- For weblogic --> <bean abstract="false" autowire="default" class="org.springframework.jmx.support.WebLogicMBe anServerFactoryBean" dependency-check="default" id="mbeanServer" lazy-init="default" singleton="true"> <!-- THESE PROPERTY name and value attribute would like to change --> <property name="serverUrl" value="t3://localhost:8999"/> <property name="username" value="ccc"/> <property name="password" value="ccc"/> </bean> <bean abstract="false" autowire="default" class="org.springframework.jmx.export.MBeanExporte r" dependency-check="default" id="exporter" lazy-init="default" singleton="true"> <property name="autodetect" value="true"/> <property name="server" ref="mbeanServer"/> <property name="beans"> <map> <entry key="XXXX"> <ref local="XXX"/> </entry> </map> </property> </bean> </beans> |
|
|
![]() |
| Tags |
| help, create, xslt |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to create this . . | WDH | Web Page Design | 9 | Nov 13th, 2007 18:02 |
| XSLT and Firefox | masonbarge | Other Programming Languages | 1 | Jul 7th, 2007 15:32 |
| [XSLT]: Recursive Function to Add/Multiply | ThyGizmo | Other Programming Languages | 0 | Oct 9th, 2006 08:15 |
| Create on on-air now display | Drgreenfingers | PHP Forum | 3 | Sep 30th, 2006 22:30 |
| XSLT Drop Down | Neilson | Other Programming Languages | 0 | May 1st, 2006 19:58 |