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

    Customising the MySite Template

    Hi guys, I am trying to customize the mySite template so that when a new user creates their mySite the Mail server details are automatically input so that their exchange calander and inbox are automatically shown up . I have loaded the mySite page up in Frontpage and have ammended the Mail...
  2. cxs00u

    Problems validating XML files against a schema

    Hi, I have been given a pre written XML schema and am trying to get it to validate a set of XML files. I can play around with the schema but unfortunately the XML files can not be edited. The XML files all start: <?xml version ="1.0"?> <enterprise xml:lang="en-us"> and it appears the...
  3. cxs00u

    converting data gathered in from a HTML form into an XML document

    Hi, I have a small test HTML form that want to be able to input details into. I then want to click a button at the bottom of the page and for the data I have entered to be converted to an XML file and saved to a folder on my desktop. What would be the best way of doing this ? I was thinking of...
  4. cxs00u

    Intergrating sharepoint and exchange

    Hi, I am using an exchange server to manage the email on my network. I am currently creating new users on exchange and then having to create the users in sharepoint as well. Is there any way to automatically create a user in sharepoint when they are created in exchange or will I have to maually...
  5. cxs00u

    Table Lengths

    Hi, Is there a way of presetting the length of a data field in a table eg I want to set the length of one of my columns in my table to 5 spaces . Can I do this ?? Thanks Craig
  6. cxs00u

    last position

    Hi, I am using a template and I am currently using the line <xsl:if test=&quot;position() = '1'&quot;> ...... </xsl:if> however I was wondering if there is a way to do a similar line but for the last position, the only problem is that I do not know how many elements there will be . Is there a...
  7. cxs00u

    template problems

    Hi, I have a series of XML commands such as : <point>a</point> <point>b</point> <point>c</point> In my XSLT I then have the template : <xsl:template match=&quot;point&quot;> <li> <xsl:value-of select=&quot;.&quot;/> </li> </xsl:template> However the first time I see a point I want to add a...
  8. cxs00u

    Span command

    Hi , I am currently using the tag <span class = &quot;indent&quot;> where indent is : .indent { text-align: left; margin-left: 32px; } in my CSS . The problem is that if the text scrolls onto the next line then it is not effected by the indent command e.g : This is where the line...
  9. cxs00u

    moving text in from left margin ...

    I am currently using the template <xsl:template match=&quot;SUBQUESTION&quot;> <SPAN CLASS=&quot;indent&quot;> <xsl:value-of select=&quot;self::node()&quot;/> </SPAN> </xsl:template> Where Indent is : .indent { text-align: left; margin-left: 32px; } In the C.S.S . This gives the effect...

Part and Inventory Search

Back
Top