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...
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...
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...
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...
hi just a quick question,
<xsl:value-of select="self::node()"/> I have been using this line and i pressumed that it would only 'print' the text within a particular tag e.g.
<SUBQUESTION marks="10">Prompts the user to make a choice as to which Circuit parameters are to be...
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...
hi,
I am currently using the line :
<IMG SRC="sw-diagram.gif" ALT="test picture" > </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 = "center" it centers the text around the image and not the image...
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
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="EXAMML">
<html>...
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 = "sub">
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)...
Hi I am using an XLST to style an XML document .
In my xml document I have the code :
<TABLE id="4.1">
<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...
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="A" supplemental="Answer ALL...
im using your method where i count using
<xsl:value-of select="count(//mynode)"/>
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...
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...
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...
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.