Actually I have not decided which to use, and it will depend on the solution I find. I think imagemap would be a better choice if I find how to do it. But still I can use picture of a map.
Thanks for your attention :)
Hi to all,
I'm planning to put a picture onto a map using PHP. But I don't know if there is a wayof doing that.
I would be glad if youhelped me...
Thank you...
Hi to all,
I'm creating files from a given xml file using xalan processor.
The problem is that, I want to create a new file not to write into the existing file.
It creates new file if there is no file with the same name, but if there is, it appends the new file into the older file.
I'm using...
hi;
this is the solution. This code eliminates the white spaces of the name attribute of a tag at the place the template called.
CODE:
<xsl:template name="ELIMINATE_WHITE">
<xsl:copy>
<xsl:variable name="var" select="translate(@name,' ','')"/>
</xsl:copy>
</xsl:template>
PS: I make use of...
Hi to all;
does anybody know how I can eliminate white spaces. For example;
For example in original xml document,there exists
<doc name="ela yil eliminate white spaces">
and I want to change it using XSL to
<doc...
Thanks Jon, that's it.
But now I have one more problem, do you know a specific function for eliminating white spaces. For example;
For example in original xml document,there exists
<doc name="ela yil eliminate white spaces">
and I want to change it using XSL...
Hi newsgroup,
I'm looking for a way to replace all white spaces with a character ("_") in an attribute of an element with XSL...
For example in original xml document,there exists
<doc name="ela yil eliminate white spaces">
and I want to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.