Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dparikh72

    Need Help in getting value from XML using JDOM

    Hi, I am using JDOM to get the values from the XML. My xml has a tag with value as: <map>PIM &#169;</map> I use, IConfigElement mapElement = lookupElement("map"); String map = mapElement.getValue(); The value is get is ' PIM © ', i dont want this value. My requirement is to get the...
  2. dparikh72

    Getting Error while validating xml against schema using Weblogic serve

    thanks, can u be more specific, i am not that used to weblogic.
  3. dparikh72

    Getting Error while validating xml against schema using Weblogic serve

    Hello, I am in a serious problem, i have a class that validates the XML against the schema. When i run it on tomcat it gives no errors and it validates and give proper messages but as soon as i run the same on weblog server it gives errors and not validating it and give errors even though the...
  4. dparikh72

    Validation of XML against schema using JDOM

    I am trying to validate my xml using JDOM way of validating against schema but all the time i get same error: I get SAXParse Exception and when i check the cause i get this: "cvc-elt.1: Cannot find the declaration of element 'document'". I take the XML and if i validate it using XML SPY it is...
  5. dparikh72

    DropdownList refresh issue ?

    Hi, I have a problem in reseting the DropDownList, I have a DropDownList one button and a text box , i want to select something from DropDownList and on click of center button i want to get the value into textbox. I do that fine, but the issue is after putting tht value in textbox i want...

Part and Inventory Search

Back
Top