Thanks for answering Jeff. But do you know what this mean?
"16:39:00.603-07:00"
I think 16:39:00 is the time but i don't understand anything after that. Does anybody know? Thanks.
I tried what you typed but it gave me an error stating that minOccurs is equal to 0 or 1. These are the only two allowable values. Thanks for replying.
Sorry, but I have another question. My question now is what is the syntax to make it so that the minoccur on the id is 2 and the order doesn't matter. I tried doing this but it gave me an error. Thanks.
<xs:element name="someName">
<xs:complexType>
<xs:all>
<xs:element ref="id"/...
Hi, I have a question regarding XSD. I have this format in my xsd:
<xs:element name="someName">
<xs:complexType>
<xs:sequence>
<xs:element ref="id"/>
<xs:element ref="firstName"/>
<xs:element ref="lastName"/>
</xs:sequence>
</xs:complexType>
</xs:element>
So this...
Hi, I'm trying to achieve the effect that most browsers except for Safari removed.
I'm trying to grab the actual text node when a user click on a text inside an html page.
function getNode(ev)
{
//When a user clicks on a text, IE and FF will print out '1', while it's supposed to be '3'...
Hi I need help with the max function.
How do I get the max of the queries result in sql?
my query is:
select val from table where id in(3,4);
It will give me two values. From this what should I add so that it will give me only 1 value and that value is the max of the two? Thanks.
Hi, can anybody help me with this xsd rule?
I have this rule in my xsd file:
<xs:element name="id" type="xs:long"/>
In my xml file, this is not acceptable because it says '' is not an integer:
<id></id>
Is there a way in to specify a xsd rule to allow empty content? Thanks
Hi,
I'm currently trying to test my jsp page. Does anybody know if it's possible to insert information into the server session with a client side application and the server will then use that information to process as if it has been called by request.setAttribute in a servlet? Thanks.
Hmm, I've tried removing it and it still does not work on my ie 6. Well, I don't think explorer is setting the window.name correctly. Thanks for the reply.
Hi, I really need help with this weird problem with the reload function.
I'm trying to reload a page if that page is visited. Here is my code:
if(window.name=="TEST"){ window.name=""; } else{ window.name="TEST"; javascript:location.reload(true); }
My problem is this. In firefox, it works...
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.