Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. elayildizer

    a map & picture

    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 :)
  2. elayildizer

    a map & picture

    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...
  3. elayildizer

    creating files with xsl

    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...
  4. elayildizer

    eliminate white spaces in XSL

    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...
  5. elayildizer

    eliminate white spaces in XSL

    Thank you :) I've solved the problem...
  6. elayildizer

    white spaces in XSL

    Thanks Jon... It works :)
  7. elayildizer

    eliminate white spaces in XSL

    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...
  8. elayildizer

    white spaces in XSL

    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...
  9. elayildizer

    white spaces in 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...

Part and Inventory Search

Back
Top