Hi,
I've a standard XML parser written in C++. But this parser doesn't take care of escape characters like &,<,>,', etc.
I have a DTD which I want to modify to take care of the escape characters. Can someone help me?
My DTD is as follows
<!ELEMENT media (objectURI|type|size|name|NotifyURI)*>...
Hello friends,
I have a problem. I have this table X which has fields Col1,Col2,ColDate.
The data in all these fields can be duplicate except in ColDate.eg
Col1 Col2 ColDate
1234 MName 10/23/2004 11:00:00 AM
3456 MName 10/17/2004 9:00:00 AM
1234 MName 10/24/2004 11:00:00 AM
Then I...
Hi Friends,
I have a problem and I need your help to solve it.It hoes this way.
I have a navigation menu on the left side of my webpage. I need one of these buttons to link me to a page which contains a caption.Below this caption I want a frame which should display a page from some third party...
Hi Folks,
I have a question.I have a stored procedure called sp_stored_proc in a Database called globaldataabase.
This stored procedure pulls out information from several tables in the same database and creates a huge recordset.I want to pull out 2 fields(mlsno,mlsid) from the result of this...
Hi Friends,
I created a two radio button yes and no in one form.This form goes onto next form and depending on value of radio button does some action.
If I want to access the action of this radio button into another file too what should I do. I tried using the foll.
1st file
<form...
Hello,
I am trying to do the foll
I have a shopping cart for which I want to add a field where the user can modify the quantity he/she has purchased.
I have created a button to update the price according to the quantity but I donot know how to make this button read the data and update the price...
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.