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. rxg00u

    Global address list

    Hi there, this is a post for a friend of mine. He has recently tried to setup exchange and had a question. The global address list is populated by people in your domain, he was wondering how he could set up more address lists that fitted certain critieria, for example he would like the global...
  2. rxg00u

    Project Idea

    Hi there, I have graduated with a computer science degree and I am looking to enhance my programming skills. I have about 3 years experiance in Java and was wondering if anyone has any good project ideas I may be able to undertake. I am looking for something that will expose me to various...
  3. rxg00u

    Advice please.....:D

    Hi there, I am currently working on a form which needs the following capability:- To have an array of images and to display an image, when a user clicks one of two buttons i.e. forward or back to move through the array and update the image as such with the new image just moved to within the...
  4. rxg00u

    Proble m with loading an image.......

    Hi there, I am creating a form in Access which basically filters through several tables and produces some statistics, now according to these statistics when the user clicks a particular button I would like to load all images from a seperate directory which the user can browse. I am not asking...
  5. rxg00u

    <xsl:value-of select="self::node()"/>

    thanks but unfortunately that does not work thanks for you time Rakesh
  6. rxg00u

    <xsl:value-of select="self::node()"/>

    hi just a quick question, <xsl:value-of select=&quot;self::node()&quot;/> I have been using this line and i pressumed that it would only 'print' the text within a particular tag e.g. <SUBQUESTION marks=&quot;10&quot;>Prompts the user to make a choice as to which Circuit parameters are to be...
  7. rxg00u

    xslt - parsing half a document

    hi there, im using a xsl to style a particular xml document and was wondering if there is a way to style and transform half the document and then proceed with the second half on a particular command like a button click from the user, so when displayed in a browser only half the document appears...
  8. rxg00u

    Image positioning

    hi, I am currently using the line : <IMG SRC=&quot;sw-diagram.gif&quot; ALT=&quot;test picture&quot; > </IMG> to add an image to my html page. However I can not get the picure to center on the page . If I use align = &quot;center&quot; it centers the text around the image and not the image...
  9. rxg00u

    Hi I am using an XLST to style an X

    Hi , That seems to make the first column bold and not the first row bold . I have changed the COLSPAN to ROWSPAN but that does not seem to help. Thanks Again Rakesh
  10. rxg00u

    xml and use of javascript

    hi there, quick question regarding javascript and xml. I am using a single xml document and a single xslt. I would like to display half the document until the user clicks a button and then display the second half. I have the following code <xsl:template match=&quot;EXAMML&quot;> <html>...
  11. rxg00u

    css break lines

    Hi, I am currently using a css with items like this: .sub { text-align: left; margin-left: 32px; } I then call this using the code: <p class = &quot;sub&quot;> However is there any way of calling this but NOT putting the text down a line. So that I can get a line in my HTML as so : i)...
  12. rxg00u

    Hi I am using an XLST to style an X

    Hi I am using an XLST to style an XML document . In my xml document I have the code : <TABLE id=&quot;4.1&quot;> <ROW> <CELL>Value entered</CELL> <CELL>Message to Display</CELL> </ROW> <ROW> <CELL>1</CELL> <CELL>Happy First Birthday</CELL> </ROW> ..... The problem I have is that I want to...
  13. rxg00u

    xslt counter problem

    ok basically im transforming xml documents that are actually exam papers into equivalent pages. now i can do the basic stuff like the exam ruric etc and the question but one of the final problems im having is question numbering. <SECTION code=&quot;A&quot; supplemental=&quot;Answer ALL...
  14. rxg00u

    xslt counter problem

    im using your method where i count using <xsl:value-of select=&quot;count(//mynode)&quot;/> the problem now which i didnt think about is if i need to count at diff points in the document say at the begining middle and end i always get the total number of nodes . I suppose the question now is is...
  15. rxg00u

    xslt counter problem

    hi i am relativly new to xml and was looking for some help, Im transforming an xml document using a xslt ; i am now in need of a counter of some sort to remember the number of occurances of a particular tag. I am not sure if there is an easier way of doing counters but i was thinkin of using...
  16. rxg00u

    dtd-unordered children list

    hi there, im trying to use the following in my dtd <!ELEMENT xxx (a* b* c*)> with the intent that a b and c can be repeated in any order e.g aabbcc would be valid as ccbbaa i tried to use spaces as appose to commas as many tutorials have suggested this however this does not seem to work. I am...

Part and Inventory Search

Back
Top