This is right on spot and thanks for pointing me to this. Earlier when you posted this I didn't look at it correctly. But now it really solved the problem.
Thank you very very much for helping me on this !!...
User Profile
Collapse
-
Yes! I have seen it. But the problem with that is, it is a validation of xml using a DTD schema. I was looking for a gereric validator for just well formedness.
In the mean time we had written a validator ourselves. But unfortunately that was not very robust :(
Please help if you can !...Leave a comment:
-
Thanks for the reply! the function you provided just returns the wellformed strings. I was looking for some xml validation code....Leave a comment:
-
Hi acoder,
This is my last resort. I want to implement using client side validation.
Please help !
Thanks,
Sivakumar...Leave a comment:
-
Sorry for delay in answering this question.
If some hacker puts a wrong URL/phishing site and then if they are not stopped then, it might lead to the misinterpretati on of the user that it is a benign site and there is threat of harvesting credentials there....Leave a comment:
-
XML Parser/validator in Java script
Hi All,
I want some good implementation in Javascript for validating XML data.
If user enters some text in the textarea control, before XML data is saved in the database, the validation should happen in terms of whether it is well-formed or not, etc. Can you please point me to the same?
Thanks in advance!
Regds,
Sivakumar -
Thanks Kenobewan for your reply !
Can you please explain in detail about the proxy implementation.
Using application code is the last resort of mine !
Yep I agree for that, but in the other forum I didn't get any inputs from the people.
Regds,
Sivakumar...Leave a comment:
-
Disallow External Websites
Hi All,
I am using IIS 6.0 for ASP based website. This is an existing application and code was written to redirect pages to an error page when ever there is an error. Also after some operations the pages will be redirected to other pages.
When ever there is a URL redirection, in the address bar there next URL is displayed like ..
www.ourwebsite. com/Home.asp?NextUR L=http://www.externalsit e.com/
... -
Pinging ASP experts again requesting help ! please help in this question ....
Thank you !Leave a comment:
-
Disallow external pages in ASP website
Hi All,
I am using IIS 6.0 for ASP based website. This is an existing application and code was written to redirect pages to an error page when ever there is an error. Also after some operations the pages will be redirected to other pages.
When ever there is a URL redirection, in the address bar there next URL is displayed like ..
www.ourwebsite. com/Home.asp?NextUR L=http://www.externalsit e.com/
... -
-
Yes you are correct. It can used to rename the column name during SELECT statements only. If you want to permanently change the database column name you can go for SP_RENAME.Leave a comment:
-
Code:select top 1 * from (select top 4 * FROM empl order by salary desc) e order by salary
Leave a comment:
-
If I were to answer the question I would answer this way:
" there is nothing called order of rows in a set theory ! and so the rows placed in the table during it's insertion will be order of them by default. I would just delete the rows and insert in the required order and just do a select of all rows"
Better answers' welcome !Leave a comment:
-
Probably you are looking for this !
Code:SELECT TOP 1 * FROM ( SELECT v_id, COUNT(*) AS COUNT FROM buys GROUP BY v_id ) A ORDER BY 2 DESC
Leave a comment:
-
Empty string cannot be used for ISNULL place holder, instead 0x00 should be used for the same
Code:select ISNULL(VW_tbl_ChildProducts.createdBy,0x00 ) as createdBy from table.
Leave a comment:
-
1) SP_Rename can be used for doing so.
2) I guess what you want to ask is that what are the databases that come by default? 4 - Master, Model, msdb, tempdb. Refer to SQL books online for more info...Leave a comment:
-
Even I have faced this problem earlier. What is the solution for this?...Leave a comment:
-
Yes, second option is better one. But understand that there are code changes involved for more number of columns, where as if you go for a cursor your life becomes easier and using @@FETCH_STATUS you can identify n number of records and their corresponding values from table2.
HTH...Leave a comment:
-
Forgot to mention one more point that when you try to shrink the file, you will be able to see the free space available and the space occupied etcLeave a comment:
No activity results to display
Show More
Leave a comment: