Forum: XML, XSLT and XPATH Mar 30th, 2009 |
| Replies: 3 Views: 564 Hi,
May be following code can help you....
here i assume that, there are only 3 <CD> under the <CDs> tag...
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet... |
Forum: XML, XSLT and XPATH Mar 30th, 2009 |
| Replies: 3 Views: 564 Hi,
can you please give the xslt code which you have tried????
Cheers,
Mahesh :) |
Forum: XML, XSLT and XPATH Jan 28th, 2009 |
| Replies: 2 Views: 523 First of all while giving any example write your xml properly.
if your xml looks like
And your proposed output should look like-
Then you can use following code |
Forum: XML, XSLT and XPATH Dec 29th, 2008 |
| Replies: 3 Views: 1,859 I think for this you have to include
<xsl:call-template name="ABC">
<xsl:with-param......></xsl:with-param>
</xsl:call-template>
and one
<xsl:template name="ABC">
<xsl:param ......... |
Forum: XML, XSLT and XPATH Dec 10th, 2008 |
| Replies: 5 Views: 1,068 I think :-
1] OXYGEN Editor has the power to produce the PDF.
2] ALTOVA XML SPY not know.
3] Arbortext has the power to generate the PDF.
Cheers,
Mahesh :) |
Forum: XML, XSLT and XPATH Dec 10th, 2008 |
| Replies: 1 Views: 2,231 Hi Everybody,
I tried lot and finally get the solution for the same.
Which give the exact name of file.
Also it full fills the my condition
1] Level of folder may vary. [File should be in any... |
Forum: XML, XSLT and XPATH Dec 10th, 2008 |
| Replies: 1 Views: 2,231 Hi,
************************************************
Below is my xml code
<?xml version="1.0" encoding="UTF-8"?>
<concept><title>TEST</title><body><title>CHECKING</title></body></concept>... |
Forum: XML, XSLT and XPATH Dec 10th, 2008 |
| Replies: 5 Views: 1,068 What is your actual need?
OXYGEN Editor, Altova XML SPY all are good.
There is one more software present in market i.e. Arbortext.
Arbortext can fulfill your PDF generation as well as xml... |
Forum: XML, XSLT and XPATH Dec 8th, 2008 |
| Replies: 3 Views: 1,127 Hi,
After some modifications you can get the attribute value....
only modified code is as below....
<xsl:template name="PLMXML">
<xsl:element name="GXML">
<xsl:if... |
Forum: XML, XSLT and XPATH Dec 4th, 2008 |
| Replies: 3 Views: 1,127 Hi,
I am having 1 solution for you pls check if that work for you.
Rewriting ur xml as below
<PLMXML date="2008-12-02" time="15:33:22" author="Teamcenter V2007.1.3.20080417.00 -... |
Forum: XML, XSLT and XPATH Oct 20th, 2008 |
| Replies: 0 Views: 1,016 How can I Introduce Javascript(?) while running xslt on xml file?
I am trying to process 1 single xml file;
Inside that xml file there is a <image> tag;
tag not contains any information about... |