Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~6K People Reached
Favorite Tags
Member Avatar for computerbear

I am just in the first week of XML class. Never even heard of it before this class. I am getting this error message, and here is my output. I have tried in IE and Chrome. Same result. Can someone tell me what I am doing wrong? Thank you!!! Teddi …

Member Avatar for Squiva
0
296
Member Avatar for vijaysiwan17
Member Avatar for masterjiraya
0
178
Member Avatar for jake1496

I think the Call of Duty 4 is the best one. I also like the boxing game of<URL SNIPPED> nintendo Wii. Because I drip sweat and get away from the big pressure in the life. It was such a great experience when you get refresh in the game. So many …

Member Avatar for davidlouis88
-8
857
Member Avatar for minamo99

Hello, I have a large XML i am recovering data from. However,i cant seem to get more then 2 parameters out,whatever i type. i tried the following things already(without succes) -Made a substring-between -Made an extra call to a template and clarified additional parameters -Changed the values of the xpath …

Member Avatar for Erwan Amoureux
0
142
Member Avatar for sbutt

I am trying to get xsl comments on my XMLSpy XSLT output console, but the comment is not appearing. My xslt script is: [CODE] <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:ota="http://www.opentravel.org/OTA/2003/05" exclude-result-prefixes="ota xsl"> <xsl:output encoding="UTF-8" version="2.0" method="xml"/> <xsl:strip-space elements="*"/> <xsl:variable name="no_of_adult_persons" select="count(//ota:PassengerListItems/ota:PassengerListItem[@Code = '10'])"/> <xsl:variable name="adult_persons_prices"> <xsl:call-template name="adult"> <xsl:with-param …

Member Avatar for alfieclinton
0
212
Member Avatar for computerbear

Hello, Class assignment, I get partway there, but borders do not show up. We have text files we turn into XML and css by inserting some prefixes and namespaces, etc. Each listing under an agent should be in its own box with a border. I just get long paragraphs after …

Member Avatar for computerbear
0
159
Member Avatar for Ossehaas

Ok here is the problem, I got a 2 column page and I need the background color of a fo:block-container to flow like this: 1. Left column: left side page to center page 2. Right column: center page to right side page 3. Top: where block-container starts 3. Bottom: bottom …

Member Avatar for Ossehaas
0
512
Member Avatar for srimathim

Hi All, I am a software professional. I have total experience of over 9.5 years in software field.I am an individual contributor and my designation is Sr. software engineer.As part of my career I have involved in mentoring others. But I have not lead even a sigle project .Can anyone …

Member Avatar for minamo99
0
90
Member Avatar for sajohnson05

I need help trying to get the majors "CSAT" and "ISAS" into the Majors/Concentration column and then have the corresponding course numbers with commas. Any Help XML Code [code]<?xml version="1.0"?> <!-- coursinfo.xml, uses three XSLT stlyesheets to create the desired view of the data ITEC 325 - assignment --> <?xml-stylesheet …

Member Avatar for sajohnson05
0
185
Member Avatar for bangaram9

need an xslt for a collection control that produces the below: <ul> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> </ul> <ul> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> <li>{quicklink}</li> </ul> The key here is to have a count on the items. After the 7th item, it needs to start …

Member Avatar for iceandrews
0
81
Member Avatar for achava

This one ought to be extremely easy for experienced xslt-ers. I have an html file, and in it are things like <div class="ghoul"></div> <div class="vampire></div> and so on. In my stylesheet, I have different things to do with the div's depending on the class. So I have <xsl:template match="div"> <xsl:choose> …

Member Avatar for achava
0
535
Member Avatar for halo3rlz

I have two computer with xp and one with vista. I want to connect all the drives together. I made the workgroup and it's all the same on all three computers, they're all connected. I can remote desktop each of them on each of them. On one XP I can …

Member Avatar for minamo99
0
164
Member Avatar for Den.

I'm trying to help a friend with a problem. Vista machine. Upon exiting any site a dialog box appears stating that I.E. has a problem and will have to close and restart. Then it restarts and opens on the homepage. Of course closing the homepage starts the cycle again. Only …

Member Avatar for PhilliePhan
0
137
Member Avatar for dr babelfish

I have installed red hat 2.1 but am unable to get online, my broadband modem is pluged in correctly?? help??

Member Avatar for rubberman
0
175
Member Avatar for zack_falcon

Played the original StarCraft when I was in my Gradeschool. It was a fun game. I'm not a master, or "pro" gamer, but I was pretty good, at least by my standards. High school came in, and I had to leave the game for a while. When I got back, …

Member Avatar for WASDted
0
205
Member Avatar for AthanDor

Hey guys, Recently I've had a few people in the office with problems accessing the intranet here. They can get to the internet just fine, but cannot access shared drives or printers. A reboot fixes the issue so it's more of an annoyance than a real problem. I thought it …

Member Avatar for minamo99
0
147
Member Avatar for minamo99

Hello everyone, I am a beginning programmer using XSLT. I work at a company wich has a database witch generates catalogs, exporting XSL and XML to FOP.(wich converts to PDF). the program runs on apache and is build in delphi. That being said, I was wondering if it is possible …

Member Avatar for minamo99
0
1K
Member Avatar for deepaarumugam

I have downloaded some games in my mobile but when i try to open those games the application error showing array index out of bounds java/lang/arrayindexoutofboundsexception. can you help me out in this to come out of problem. mobile handset name: nokia 7230

Member Avatar for minamo99
0
75
Member Avatar for desmondo

I tried to boot up my computer but it freezes and the screen goes blank. I tried safe mode but when i press safe mode option it loads a few seconds and hangs up again. I tried to boot from windows disc but it loads files for a minute then …

Member Avatar for WASDted
0
111
Member Avatar for Rajicet

I have to display a <div> data in a loop in XSL.But the below code is not working. Please help. <script> i=3; for(i=0;i <xsl:text disable-output-escaping="yes">&lt;</xsl:text> count;i++) { </script> div style="float:left;background-color:#D3D3D3;width:100">test</div> <script> } </script>

Member Avatar for minamo99
0
74