Topic profile page for XSL.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: XSL.
Topic "Xsl" was discussed 0 times on 0 sites in last 3 months
Today was a meaningful day. Worked on FOP... Today was a meaningful day. Worked on FOP http://xmlgraphics.apache.o... based templates controlled by a set of XSL files. about 13 hours ago from TweetDeck
Started 1 day, 23 hours ago (2009-12-14 06:04:00)
by user8887467
Hello, I am converting an XML to an CSV via an XSLT. Every thing is working but not the conversion of some characters. The XSL contains , but if the XML contains specefic characters like & > < etc. they are not transfered to & like it shoul do. Searching the forums I found some hints like this: the most common error is that programmer's accidentally ...
Started 4 days, 11 hours ago (2009-12-11 18:15:00)
by chase2483
Hi have the following XSL style sheet I'm trying to alter. I have a business card scanner program (IRIScan Express 2) and the software allows you to export the data to Excel via a XSL Stylesheet. However, when the address data populates into Excel the street address, city, state, zip code, and country all populate into the same cell instead of separate cells. Can anyone alter this XSL Style ...
Started 4 days, 15 hours ago (2009-12-11 13:24:00)
by user10747018
I am implementing xslt transformation in a Java app that uses xmlparserv2.jar. The transformer.transform() call is throwing the exception: XML-22108: (Error) Invalid Source - URL format is incorrect. TransformerException: XML-22000: (Fatal Error) Error while parsing XSL file (no protocol: input/stocks.xsl). XML-22000: (Fatal Error) Error while ...
Hi I am fairly new to XML/XSL and have tried searching around for what I am looking for with no success. Basically I have created a variable that is creating a sub total for each product on an invoice (this works). I then need to calculate and output the overall total price, this needs to be output outside of the for-each...but if I do this I get an undefined variable error. I understand the for-...
Started 5 days, 22 hours ago (2009-12-10 07:19:00)
by Neztov
Hello all, I have a problem with variables or parameters in xsl. I want to sort my nodes with the help of xsl:sort. When I hardcode the select-attribute it works, but when I want to use a variable or parameter for this, it doesn't. This is some code in which you can see what I try to do: The XSL-file: - ...
Started 6 days, 3 hours ago (2009-12-10 02:16:00)
by Matt, creature of the day
To tell if a field is empty or not using XSL usually just requires a simple xsl:text statement to text for content. However, rich text fields contain and tags even when empty. I believe the method mentioned at http://forums.devshed.com/xml-programming-19/remov ing-html-tags-from-a-string-410430.html can be used to strip the tags (but not the content within them), allowing an empty/not empty...
Started 6 days, 10 hours ago (2009-12-09 18:29:00)
by sheldonS
Hey guys, New here and kinda new to XSL, so let me see if I can describe my issue properly. I have a xsn file opens up and displays the xml data in the order that it is in the xml file. I would like to re-order the way that it is displayed in the xsn. What I am hoping to do, is sort by the "section" name. Currently first is "personal-info" then "address-info" and so on. I ...
Started 1 week ago (2009-12-09 01:58:00)
by prathikanoe
i am getting the Fatal error when i run my applivation which involves the DML files..even i restrated my Apache server and i chcked it out.but not able to get rid of this problem..my php version is php 5.2. Thanks
Started 1 week, 1 day ago (2009-12-08 02:49:00)
by Studi1
Hello I am an XML novice trying out how to manipulate WordML files. I open and create the WordML files using the FSO (FileSystemObject) API . Under VB6 that API offers full Unicode (UTF-16) or ASCII only. How can I handle the WordML files as UTF-8, i.e. as usual? Studi1 ...
Started 5 days, 1 hour ago (2009-12-11 03:36:00)
by Marcin Ochocki
Hi, I have following situation: 1. Set of classes compiled to classes.dll 2. classes.xsd generated from classes.dll using xsd.exe 3. Set of XSLT documents with a lot of XPath expressions referencing types from classes.dll ....and following problem: When someone changes type A that is referenced in XSLT document (...