Forum: JavaScript / DHTML / AJAX Apr 28th, 2009 |
| Replies: 4 Views: 950 Hi All,
Thanks for your instant replies.
Basically I am developing a small system which includes;
1] Saxon [for xml to html conversion]
2] XML files
3] XSLT files
4] Supporting files like... |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2009 |
| Replies: 4 Views: 950 Hi all,
1] I have to create one html file which uses javascript.
2] HTML page can be accessed by user and can fill the;
[A] Folder path along with file name
3] There will be a button,... |
Forum: XML, XSLT and XPATH Mar 30th, 2009 |
| Replies: 3 Views: 560 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: 560 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: 511 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,839 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,061 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,153 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,153 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,061 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: JavaScript / DHTML / AJAX Dec 8th, 2008 |
| Replies: 15 Views: 4,594 Hi Essential,
Is there any way that can help me.
Please suggest.
Thanks,
Mahesh |
Forum: XML, XSLT and XPATH Dec 8th, 2008 |
| Replies: 3 Views: 1,116 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,116 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: JavaScript / DHTML / AJAX Dec 4th, 2008 |
| Replies: 15 Views: 4,594 Hi Essential,
Thanks for This.
But still my problem is not solved......
I used above code
The changes done by me in above are:
1] Instead of |
Forum: JavaScript / DHTML / AJAX Dec 1st, 2008 |
| Replies: 15 Views: 4,594 Hi,
Thanks for your kind attention towards my problem.
While using code, I can manage to see all the images with <a> element, and all images are showing in their original width on HTML page.
... |
Forum: JavaScript / DHTML / AJAX Nov 27th, 2008 |
| Replies: 15 Views: 4,594 Hi,
Thanks for instant reply..
Applying the actual width and height solved the problem of popup output.
But if i am trying to more than 2 images anchor applies only for last image; instead... |
Forum: JavaScript / DHTML / AJAX Nov 27th, 2008 |
| Replies: 15 Views: 4,594 Hi.
Thanks for your help.
I tried with above code but not getting the desired output.
So I modified your above mentioned code it works but not for all images. It takes the last image only.
... |
Forum: JavaScript / DHTML / AJAX Nov 21st, 2008 |
| Replies: 15 Views: 4,594 Hi,
Thanks for your prompt and prestigious help.
I have one query;
Can I show those images who are having below or equal to 300px width as it is. and above that can be only having the anchor... |
Forum: JavaScript / DHTML / AJAX Nov 14th, 2008 |
| Replies: 15 Views: 4,594 Hi Everyone,
I am Mahesh. I am new in Javascript.
I am creating a web page using XSLT. But for that I need help for javascript.
Problem Statement
*****************************************... |
Forum: XML, XSLT and XPATH Oct 20th, 2008 |
| Replies: 0 Views: 1,011 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... |