Need help to create xslt.

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Aug 4th, 2006, 07:32
New Member
Join Date: Aug 2006
Location: Pakistan
Age: 28
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question Need help to create xslt.

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>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Reply

Tags
help, create, xslt

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 02:19.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42