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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by LeeGath

  1. LeeGath

    Parent and XSL

    Could someone please help I've hit a bit of a stumbling block. I'm traversing through a set of nodes(Y) which has a parent(X). Whilst in the context of Y can I find the current position and last value of X. I've tried things like parent::*position(). I'm sure it's possible but just need...
  2. LeeGath

    Recursive Templates

    Result, Thanks for your help whichman. I did your bit of code then used the ancestor-of instruction which allowed me to traverse back up the tree. Cheers
  3. LeeGath

    Recursive Templates

    Thanks for that it's definitely helpful but I want to take it a step further. How do I tract the hierarchy from the current section. For example if the current section is "Section i". What I want to be able to do is display "Section B > Section 1 > Section i" How would I...
  4. LeeGath

    Recursive Templates

    Hello I am writing a web site and trying to create a generice template for a given set of XML data. My aim is to display the Hierachy of the current page. For Example SectionA > SubSectionC > SubSubSectionE. My schema is designed so the Sections are recursive(I think) : - <xs:element...
  5. LeeGath

    Registering Users

    Unfortunately it is a bank site although it is not a mainstream element and does not directly interface with say current accounts or savings accounts. Although we are pretty confident the site is secure, because it requires manual authorisation. What we want to prevent is someone sending...
  6. LeeGath

    Reusing XML Data

    Which ones would you recommend and where can I get them from. Thanks for your help
  7. LeeGath

    Reusing XML Data

    I've kind of got wind of the xinclude schema, which I think is exactly what I want. The problem is I don't know how to use it and have a feeling I need one of the latest parsers to use it. Any tips?
  8. LeeGath

    Registering Users

    We are currently implementing a web interface whereby users register themselves, we return a one time only password which they log in and set various security questions. We have a potential issue where somebody could create a script to fire off thousands of user registrations from one machine...
  9. LeeGath

    POP3 Mail and Forwarding

    POP3 messaging is definitely on and has the following message There are 1 message(s) with a total of 833 byte(s) A message was downloaded from the POP3 server. The message ID is: MSG06262002-210144-4.MMD To me it looks as though the message has been downloaded but then not sent on. However...
  10. LeeGath

    POP3 Mail and Forwarding

    I am trying to set up a friends small business server but having some difficulties, could someone please help?? The package, server and adsl connection were set up by someone else and I was hoping not to have to re-install but..... I was asked to solve a problem they have with retrieving mail...
  11. LeeGath

    Internet Connection

    How did you get around it or didn't you?
  12. LeeGath

    Internet Connection

    We have a Windows Professional Laptop that has a third party web server on it. In 95 it was possible to view this web page without needing a network connection. In 2K something completely different happens it says the web page is uanavailable. Strange as the content exists on the machine. This...
  13. LeeGath

    Reusing XML Data

    We are trying to build a set of XML templates for web site design. Our intention is to separate common XML data components so they can be reused, for example navigation information. We have decided to use Schema's and have two DTD's named main and navigation. We also have two xml files called...

Part and Inventory Search

Back
Top