473,503 Members | 4,692 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

please clear my xslt doubt

sujathaeeshan
22 New Member
<POLINPUTS>
<FLD NM="Pol In 2" >7</FLD>
<FLD NM="PolIn1" >sr8</FLD>
<FLD NM="Pol In 3" >uuu</FLD>
</POLINPUTS>


I am unable to print the value of FLD like 7,sr8,uuv using for loop in XSLT.
but i am able to print the FLD NM values by using for loop ...
please clear my query

regards,
suji
Feb 4 '08 #1
1 967
chitta
3 New Member
<POLINPUTS>
<FLD NM="Pol In 2" >7</FLD>
<FLD NM="PolIn1" >sr8</FLD>
<FLD NM="Pol In 3" >uuu</FLD>
</POLINPUTS>


I am unable to print the value of FLD like 7,sr8,uuv using for loop in XSLT.
but i am able to print the FLD NM values by using for loop ...
please clear my query

regards,
suji
<xsl:for-each select="POLINPUTS">
<xsl:copy-of select="."/>
</xsl:for-each>
Feb 4 '08 #2

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

Similar topics

5
2564
by: Derek Fountain | last post by:
I've been wading through the O'Reilly XSLT book. All seemed OK and sensible until I got to the "programming" bit - variables, loops, conditions and so on. Do people actually use this stuff for...
5
1445
by: dennis | last post by:
Hi, First of all, hi to you all. I'm working on a Delphi project wich is becoming near it's deadline. I have a very simple XSLT question wich i hope one of you folks can help me with? The...
4
574
by: ak | last post by:
Hi- Is it possible to use XSLT (e.g. using xslLsort and xsl:output), to output/write a sorted XML file? Don't want an HTML browser rendering, need a sorted XML file. Thanks. ak
5
3583
by: KathyB | last post by:
If someone could just explain this to me...I just don't get it! I have an aspx page where I retrieve several session variables and use xmlDocument to transform xml file with xsl file into an...
15
2137
by: Jeff Uchtman | last post by:
Can I draw from 2 XML sources, the structure is exactly the same execpt for data contained into 1 xslt using math to add some structrure, and displaying others as node 1 and node 2? This data is...
2
1957
by: shapper | last post by:
Hello, I am for days trying to apply a XSL transformation to a XML file and display the result in a the browser. I am using Asp.Net 2.0. Please, could someone post just a simple code example,...
5
1853
by: LavanyaM | last post by:
hi all, I createed one xslt from that we can able to see new xml in web browser.but my doubt is, can we able to create a new xml using xslt? regards, M.Lavanya
3
1839
by: Alami | last post by:
I'm newdie in c programming. this is my first project in programming. I have to write a program for a airline reservation. this is what i have done yet. but when it runs it shows the number of...
0
908
by: saran3b2 | last post by:
hi friends i am new user. i am in the process of collecting the main content and number of title from the input XML with XSLT. I have doubt in variable increament. how to increamtent variable...
0
7207
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7291
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7357
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5598
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5023
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
4690
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3180
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3171
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.