Hey gang,
Hopefully, this is an easy one. I have an intranet site hosted on a win2K Advanced Server box. There are a number of "secure" areas of the site that we restrict using windows authentication. Well, when a user hits it with a Win2k (or earlier) box, the correct domain (say...
Hi Gang, I have a bugtracker built using servlets/xml/xsl. Anyway, I have a problem: when people cut and paste out of an MS Word document into the description field, certain characters get translated into weird characters. For example: If I were to type Scott's "test" in Word, then cut...
A long time ago, I saw a post (that I can't find now) about someone wanting to validate against all blank spaces in their fields... they had done it by using a huge, ugly, long if comparison..
if ((myvar == ' ') || (myvar == ' ') || (myvar == ' ')...) ect.
I was really busy at the time, so...
Hi gang,
years ago I wrote an intranet app (company directory) in ASP pulling info out of an access DB, then, later another guy on my team used LDAP to have it pull off of our exchange server instead. Anyone have and documentation on how to do this (pull from exchange)? I'm running a win2k...
Hi Gang, I have written a little page for our intranet that just spits all of the contents of a folder onto a webpage w/links so that I don't have to maintain it when marketing adds docs, etc. Well, what I'd like to do is make it recursive, so if they add subfolders, it will also list them and...
Hi gang,
I've got a little bug that I band-aided a long time ago, but would really like to fix. I built a bugtracker using Servlets/XML/XSL/SQL 7. Here's my problem. When a user creates a new project in the BT, if they use an apostrophe, it breaks a SQL insert somewhere in the chain of events...
Hi Guys,
Following your wonderful advice, I've incorporated O'Reilly's multipart request classes to add file upload fuctionality to my bugtracker project. It works beautifully, however, I found a slight bug and was wondering if any of you have come across it, and if so, what are some possible...
Hi Gang,
I'm a definite novice in the realm of Java so I'm not real sure what's out there, but I've built this Bugtracker using Servlets/XML/XSL under Apache/Jserv/MS-SQL7. One of the feature requests is to have a GUI-driven method for attaching files to the bugs (screenshots, files, etc). I've...
Hi gang,
More bugtracker questions :)
I have a query that returns a list of names. If the people meet the search criterion on more than one occasion, their name will be on the list multiple times. Is there a way in the XSL to filter it so that it only returns their name once.
One thought was...
Hi Gang, I've built a bugtracker using servlets to pull data from my SQL 7 db and return the data as XML, format it with a series of XSL templates and display it. So far it's working great. Now I'm implementing a search feature. I could execute a search query that could potentially return...
Is there a size limit to the amount of data that can be processed/stored by xsl/xml?
I've got a servlet that builds xml files and displays them with a series of xsl templates. Well, now that it is getting more data, it has started cutting off the list after about a page of displayed results...
Hi Gang,
How would I preserve text formatting (ie. carriage returns, space, etc) that someone enters into a textarea before the servlet inserts it into the DB?
Thanks
-Scott
Hi Gang,
How would I preserve text formatting (ie. carriage returns, space, etc) that someone enters into a textarea before I insert it into the DB? I'm pulling the data out as XML, so that's part 2 of the bugaboo... hahaha
Thanks
-Scott
Hi Gang,
How would I insert a non-breaking space into an XSL stylesheet? " " I know the <,>,&, etc. must use the < etc, but what about other HTML special chars?
Also, since XSl views HTML as XML and must have all attrributes double quoted... how would I add a...
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.