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: *

  • Users: ekeko
  • Order by date
  1. ekeko

    Q: Visual Studio 6.0 Language Property

    Hello, I am developing some Visual Studio 6.0 Macros and I would like to have a "document.Language" value such "xml", e.g.: if document.Language = "XML, XSL" ... is this already somehow possible to get in? thanks for your answer in advance...
  2. ekeko

    how to display line numbers in Visual Studio Editor?

    Hi all, sometimes we want to see the code line numbers in Visual Studio (VC++, VBasic) as for example UltraEdit or TextPad do. does anyone know how to enable this? thanks in advance, Ekeko Regards, El Ekeko
  3. ekeko

    XML and Netscape.

    hi, N6 and N6.1 just can read XML files (as plain text) but using XSL they can't give a HTML output, just plain text. :( I am also looking for other solutions than IE but at the moment it seems hopeless. hopefully mozilla will able to do this in the next future. Regards, El Ekeko
  4. ekeko

    xsl:attribute and xsl:for-each...

    Hi rjonesX, i also don't understand exactly what you are looking for. Better you give a short XML-code and the expected result. However, I would point the solution to the use of <xsl:variable>, but maybe I am wrong because I am not understanding you exactly. Regards, El Ekeko
  5. ekeko

    XSL problem

    hi, I read your XSL Template but I don't really can't understand your match criteria. can you be more specific? what do you want to select at all? which html-code (and not output) are you expecting to become? by the way, the XSL could be better written. Regards, El Ekeko
  6. ekeko

    dtd validation error help needed

    hmm which tool do you use to validate your DTD? it seems to be valid (cheched trough XMLSpy). If you use MS IE Browser to open it, you will get an error, since DTD has no XML-Syntax. Regards, Ekeko
  7. ekeko

    dtd validation error help needed

    hi.. hmm can be more specific? maybe you can list the complere DTD. it seems you are using many DTDs as part of a whole.. regards, ekeko
  8. ekeko

    How can I convert a CString to char ?

    thanks, this works fine! Ekeko
  9. ekeko

    How can I convert a CString to char ?

    Hello, I am new on this, and I am looking for same solution but using standard C++ string class. f.e. : string st1 =&quot;a string&quot;; I need to convert this to a char * variable. thanks in advance for your help! Ekeko

Part and Inventory Search

Back
Top