Thread: xml help

Results 1 to 5 of 5
  1. #1 xml help 
    Registered Member
    Join Date
    Sep 2013
    Posts
    880
    Thanks given
    43
    Thanks received
    57
    Rep Power
    58
    derp.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2010
    Posts
    286
    Thanks given
    48
    Thanks received
    12
    Rep Power
    23
    why not create batchfile

    fixAllXML;
    exit

    edit: nvm your not using base 013 ofc soz
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2013
    Posts
    880
    Thanks given
    43
    Thanks received
    57
    Rep Power
    58
    Quote Originally Posted by Medusa View Post
    why not create batchfile

    fixAllXML;
    exit

    edit: nvm your not using base 013 ofc soz
    this has something to do with how my shops are getting loaded. and lol
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Sep 2013
    Posts
    880
    Thanks given
    43
    Thanks received
    57
    Rep Power
    58
    has something to do with this line.

    Code:
    	public static Object load(String file) throws FileNotFoundException {
    		FileInputStream in = new FileInputStream(file);
    		try {
    			return xStream.
    					fromXML(in);
    		} finally {
    			try {
    				in.close();
    			} catch (IOException e) {
    				e.printStackTrace();
    			}
    		}
    	}
    Reply With Quote  
     

  5. #5  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Solved through stupidity
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PI] XML Help
    By Karma_K in forum Help
    Replies: 11
    Last Post: 03-03-2013, 11:04 PM
  2. XML Help Thread [ Tutorials, Snippets, How-to's! ] - HELPFUL!
    By Versuprace in forum Website Development
    Replies: 9
    Last Post: 03-27-2012, 09:29 PM
  3. XML Thread [All About It - Uses, Etc.] - Very Helpful!
    By Versuprace in forum Website Development
    Replies: 0
    Last Post: 03-26-2012, 01:44 AM
  4. Replies: 2
    Last Post: 05-15-2010, 05:32 AM
  5. [Help] How does XML in rs2hd Work?
    By becool007 in forum Help
    Replies: 3
    Last Post: 07-27-2009, 04:48 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •