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 gkittelson 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. nizarhandal

    UserControl performance

    I designed the following user control to scroll SMS messages, one instance of it will work fine but when I declared two on the same form it became very very slow. Here is the OnPaint function and another function for processing smileys. protected override void...
  2. nizarhandal

    LDAP+naming attribute

    Hi, I am trying to configure simias server with openldap, but it fails when trying to add a user called 'admin' and gives the following error: LdapException: (64) Naming Violation LdapException: Server Message: value of naming attribute 'cn' is not present in entry My slapd.conf...
  3. nizarhandal

    PHP+XMLT processor

    I keep getting the following error for the below PHP code: The error: ---------- Warning: XSLTProcessor::importStylesheet() [function.XSLTProcessor-importStylesheet]: Undefined variable in /var/www/content/include/xslt.inc.php on line 27 Warning: XSLTProcessor::importStylesheet()...
  4. nizarhandal

    XML nested tags problem

    I would like to export an html code from the attached XML file as follows: -- Content Title -- The first image -- All the <p> tags between the first and the second media tag (or between the beginning of the <DataContent> tag and the second media tag) -- The second image -- All the <p> tags...
  5. nizarhandal

    Variable always empty

    Can anyone tell me why in the following code the variable href_preview is always empty? The XSL file: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:template match="/">...
  6. nizarhandal

    Require help with XSL

    Dear Programmers, I am new to XML/XSL and I need a XSL file that will show all the texts between the <p> tags in this XML file: <?xml version="1.0"?> <NewsML> <Catalog Href="http://www.afp.com/dtd/AFPCatalog.xml"/> <NewsEnvelope> <DateAndTime>20060603T061859Z</DateAndTime> </NewsEnvelope>...

Part and Inventory Search

Back
Top