XSLT Processor in PHP
Thu, 04 Sep 2008 06:10:51 GMT
Hi all,
I hope this newsgroup is good for my question...
I usually perform xsl transformations using the Saxon processor.
I also usually call, into my xsl files, external java functions.
Now, I would like use the xslt processor provided by php5.
Do you know if the php processor support external java functions ...
|
Reinventing XAML?
Wed, 3 Sep 2008 20:55:24 -0700
We have an existing application written in C++ that displays bitmaps
(pixmaps, actually) on an embedded USB device. They chose C++ because they
tell me C++ is better for communicating with devices than C# (so they tell
me -- I did not make this decision).
We wanted to use XAML to render our diagrams for our ...
|
Clone a Nodeset and then modify some Element
Tue, 2 Sep 2008 23:43:52 -0700 (PDT)
Hi All,
I'm trying to clone a nodeset and alter one or two of the element
values in an attempt to save me having to rebuild all of them or copy
them all over and add the new ones.
So What I would like to do is "Copy" SomeBlock named "A" with all the
50+ child elements intact, but modify one or more random f ...
|
CREATING MULTIPLE WORKSHEETS PER EXCEL WORKBOOK USING XSLT
Tue, 2 Sep 2008 05:09:00 -0700
Hi everybody,
My query is on how multiple worksheets per excel file can be created using
xslt programming.
From my report program i call the xslt transformation passing an internal
table. Based on the changes in the values of a particular field in the table,
multiple worksheets are to be created in a singl ...
|
How to convert a string such 27-AUG-08 to xs:date
Tue, 2 Sep 2008 03:59:48 -0700 (PDT)
Hi
I am using xsl 2.0
I have a string such as 27-AUG-08
I need to convert it to a date format xs:date which is in the format
CCYY-MM-DD
becasue I need to process that date later
is there a simple way to do it?
thanks
mahmoud ...
|
I need to copy XML with one change to an attribute
Mon, 1 Sep 2008 03:42:37 -0700 (PDT)
Hi
I am using XSL 2.0
I need to copy XML with one change to an attribute. for example the
following input xml:
<eanucc:despatchAdvice creationDate="2008-09-01T11:15:09"
documentStatus="ACCEPTANCE">
<despatchAdviceIdentification>
<uniqueCreatorIdentification>123</uniqueCreatorIdentification>
<conte ...
|
How to write nested for loop to generate SVG rectangles?
Sat, 30 Aug 2008 13:23:58 -0700
I want to write an XSLT that will generate an SVG file containing
rectangles. I cannot figure out how to write a for loop in XSLT.
So I want to start with the following XML file:
<?xml version="1.0" encoding="utf-8"?>
<generate>
<rectangle-row x-start="40" y-start="40" width="12.5" height="12.5"
x-del ...
|
|
|
NAN
Thu, 28 Aug 2008 11:20:24 -0700
I am trying to concatenate 2 string and am getting a "NAN" as a result.
For example,
If the name I am looking at is:
COMP1_STAT or COMP2_STAT
Where I am trying to get the "COMP" and the "_STAT" with no number and
prefix it with a "GS_".
So my code is:
<xsl:when test="substring(name(),1,4) = 'COMP' ...
|
Need help wth XSLT
Thu, 28 Aug 2008 07:36:09 -0700 (PDT)
Can someone please show me the XSLT syntax that can transform Example
#1 to Example #2?
Example#1
<inventory>
<desk>
<item>Paper Clip</item>
<qty>100</qty>
</desk>
<desk>
<item>Stapler</item>
<qty>1</qty>
</desk>
<desk>
<item>Tape</item>
<qty>2</qty>
</desk>
</ ...
|
Wanted: XSLT example that computes size of text
Wed, 27 Aug 2008 09:07:38 -0700
I am presently using emacs/elisp code to convert my SVG file to C++. In my
C++ I call special GDI functions to center the text in a specified rectange.
My goal is to use define a common XML from which I will generate SVG and
XAML using XSLT.
Does anyone have an example XSLT that uses a function like GetTex ...
|