Using XSLT and XSL-FO, How can I store fo:page-number and fo:page-number-citation in a variable so I can display page number ONLY if more than one page exists?
I'm not sure if it's possible...
Hi
I have an XML file which contains all regions in the UK (split into counties) - this one isn't important
I also have another xml file which displays many records about each single reg...
Hello Experts,
I have an requirement to output an xml file...but failing to use some functions which required to do some process....
my saxon xslt contains something like in attached code ...
Hello.
I am trying to build a XSLT stylesheet for client-side (browser) transformation. I need some HTML entities to be shown on a resulting page, for example: ↑ and ↓ for up and ...
Experts,
I have the following XML (attached) and an XSL (attached) to filter out certain data. I am unable to get the value of "AddressDetails/Country/AdministrativeArea/AdministrativeAreaN...
I get this message when I use concat that worked fine in XSL 1.0 but no longer in XSL 2.0
XPTY0004: A sequence of more than one item is not allowed as the first argument of concat()
What doe...
I'm looking for an XSL transform that can generically convert XML to sets of nested collapsible HTML tables. Is this possible with pure XSL? (If not, I know I can do it manually)
Trying to Accomplish: Two XSL style sheets using the same XML file.
Question: Finding newbie resources is tough until my books come. So for now i have a xml file that uses a XSL. In my XML ...
XML XSLT Transform question.
I'd like to go from node xml to attribute xml.
<Document>
<person>
<name>bob</name>
<lat>30</lat>
<lng>-88</lng>
</person>
</Document>
TO
<Document>
<...
I don't unnderstand how I should use these xslt version 2.0 functions. I have this very simple piece of xslt code and all namespaces correctly defined. But still I get this error:
Namespace...
Hi,
I have the following XSL-FO document. Can you please let me know step-by-step how can i view the output of this document ?
Introduction.xml
=============
<?xml version="1.0" enco...
I have an XSL sheet that renders to HTML. It looks at child nodes and sums financial values contained in the children. A bit like summing line items on an invoice to give a grand total.
The...
I have xml data something like
<font name="arial" size="12pt" style="bold italics strikethrough superscript">
This is Some Text
</font>
I am converting this text into html using ...
my xml is like this :
<f1_author1>test</f1_author1>
<f2_author1>test1</f2_author1>
<f3_author1>test2</f3_author1>
<f1_author_id>123</f1_author_id>
<f2_author_id></f2_author_id>
<f3_...
Hi All,
I have an application which goes through and reads an xmldoc1 and transforms it to xmldoc2 using and transform.xslt
In my Transform.xslt I am comparing a value in the body5 of Xm...
I need some source code to convert GPX files to KML. Having said that I now notice that I can drag and drop GPX files directly into Google Earth, does this mean that I can also link to GPX files?
I am relatively new to using XSL to transform an XML document for HTML. There is one very simple (I should think) thing that's been difficult. Trying to format the XML into HTML - in this ex...
Hello,
Assume the following xml:
<root>
<a/>
<b/>
</root>
I need XSLT which will add elements to both <a> and <b>, but also only add certain elements to <b>. Something like th...
I'm trying to create a variable in my XSL stylesheet.
This line works:
<xsl:variable name="Rows" select="/dsQueryResponse/Some_List/Rows/Row[normalize-space(@Page) = 'Home']"/>
What I wan...
Heres a sample xml:
<garage>
<vehicle id="1">..</vehicle>
<vehicle id="2">..</vehicle>
</garage>
<garage>
<vehicle id="3">..</vehicle>
....
</garage>
......
What we need to valid...
Hello Experts,
I have an config xml from where i am getting an descriptions for packages...test1, test2 and so on....
<?xml version="1.0" encoding="UTF-8"?>
<overviews>
<packages>
...
I am a complete newbie in the XSL transformation world and I need your help.
Say I have this XML file:
<?xml version="1.0" encoding="UTF-8"?>
<NAV>
<Funds Description="Funds" Date="20...
Hi experts,
Here is my input XML file:
<?xml version="1.0" encoding="UTF-8"?>
<RootCircle version =" 1.0" schemaLocation="http://hello.yyy.zzz/">
<Square y-size = "m">
<Tri...
Hello Experts,
I have to put an condition when any entry in table contains @outputclass="border-witdh" than only border attribute should get applied to table tag otherwise no border attribu...
I have posted this problem before but have not received a workable answer.
I have a simple XML record structure that involves price data. Each refers to a stock with a Beginning Prices and ...