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...
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...
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...
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...
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
Hi,
I am using a template and I am currently using the line
<xsl:if test="position() = '1'"> ...... </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...
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="point">
<li>
<xsl:value-of select="."/>
</li>
</xsl:template>
However the first time I see a point I want to add a...
Hi ,
I am currently using the tag <span class = "indent">
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...
I am currently using the template
<xsl:template match="SUBQUESTION">
<SPAN CLASS="indent">
<xsl:value-of select="self::node()"/>
</SPAN>
</xsl:template>
Where Indent is :
.indent
{
text-align: left;
margin-left: 32px;
}
In the C.S.S . This gives the effect...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.