Go Back   Champions of Regnum > English > The Inn

The Inn A place to gather around and chat about almost any subject

Reply
 
Thread Tools Display Modes
Old 11-22-2007, 07:44 PM   #1
Ertial
Master
 
Ertial's Avatar
 
Join Date: May 2007
Location: Friesland, the Netherlands
Posts: 298
Ertial is on a distinguished road
Default XML thing for chars

I think a lot of people want to know something about each other chars. And I think this could be reached by creating a standard with XML Schema and a default XML and XSL file. I mean something like this: http://www.kiirani.com/stuff/regnum/

We could write plugins to import it in forums afterwards, and parsers for images.
I think it should contain this information:
-Name
-Class
-Race
-Realm
-Screenshot
-Level
[-Is main?]

Any other suggestions? Who wants to help, since I'm not that familiar with XML. Who can design a nice template?

EDIT: I've got the first schema ready, waht do you think?
http://files.qense.nl/schema.xml
(Does someone knows a solution for the nameSpace problem?)
__________________

Last edited by Yest; 12-03-2007 at 07:06 PM.
Ertial no ha iniciado sesión   Reply With Quote
Old 11-22-2007, 09:06 PM   #2
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Also, that XML could be used on a Java app to share char datasheets ^^
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 11-22-2007, 09:26 PM   #3
NightTwix
Count
 
NightTwix's Avatar
 
Join Date: Dec 2006
Location: Germany
Posts: 1,655
NightTwix is on a distinguished road
Default

Quote:
Originally Posted by Yest
waht do you think?
i think you are really a Nerd
NightTwix no ha iniciado sesión   Reply With Quote
Old 11-22-2007, 11:09 PM   #4
Kiirani
Master
 
Kiirani's Avatar
 
Join Date: Aug 2007
Posts: 321
Kiirani is on a distinguished road
Default

Quote:
Originally Posted by Yest
I mean something like this: http://www.kiirani.com/stuff/regnum/
Holy CRAP! I'm popular!!! XD

I'm 100% not familiar with xml or the parsing of, what would be the advantages / disadvantages of using it for this? I like the idea of having a browseable database of characters.

Also, no java please Xephandor XD Setting up java apps gives me a headache, in browser java is slow and annoying, and I hear it's hell to code.
Kiirani no ha iniciado sesión   Reply With Quote
Old 11-23-2007, 12:07 AM   #5
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Quote:
Originally Posted by Kiirani
Holy CRAP! I'm popular!!! XD

I'm 100% not familiar with xml or the parsing of, what would be the advantages / disadvantages of using it for this? I like the idea of having a browseable database of characters.

Also, no java please Xephandor XD Setting up java apps gives me a headache, in browser java is slow and annoying, and I hear it's hell to code.

Hey, hey, hey... Wait. I'm a java "programmer" (still studying), so I know the limitations of the platform, but still it would be cool to have a java database char browser. If you're talking about web apps, java is not the best solution, but for this community is a good option since we wouldn't have to re-compile the code for windows and linux.

Anyway, I think that using MySQL to have a database is far better.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 11-23-2007, 12:24 AM   #6
Vaylos
Banned
 
Vaylos's Avatar
 
Join Date: Aug 2007
Location: Coralville, IA
Posts: 202
Vaylos is on a distinguished road
Default

I am by no means a coder, but I'm trying to get back into teaching myself web design stuffs. You could always go with Ruby. I consistently hear good things about it. Java scripting's not -that- bad. it's just basically a flavor of C++, but yeah it's a bit slow for web stuffs imo. Not that I know all that much about which language is faster. XML sounds good to me. maybe CSS would be an option, I need to read up more on Ruby to see what its capable and whether or not I want to try to learn it. :P
Vaylos no ha iniciado sesión   Reply With Quote
Old 11-23-2007, 12:42 AM   #7
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Vaylos, we're aiming to two different things
Well, you could do a webscript that parses the information and creates something like the vcards but in XML... While I'm aiming to create an app that handles XML datasheets...

Both of the options are complementary to each other!

And Java is slow because of the Virtual Machine.
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 11-23-2007, 01:14 AM   #8
Kiirani
Master
 
Kiirani's Avatar
 
Join Date: Aug 2007
Posts: 321
Kiirani is on a distinguished road
Default

Quote:
Originally Posted by Xephandor
Hey, hey, hey... Wait. I'm a java "programmer" (still studying), so I know the limitations of the platform, but still it would be cool to have a java database char browser. If you're talking about web apps, java is not the best solution, but for this community is a good option since we wouldn't have to re-compile the code for windows and linux.

Anyway, I think that using MySQL to have a database is far better.

If the goal of this is to set up a database of users/characters to be browsed then I agree, MySQL is better for this. Of course if it's for people to be able to share a character info sheet and others to view it, then xml would probably be a good choice.

The reason I dislike java is because the few times I've been wanting to use something in java that isn't in portage, I've downloaded and it has somehow not worked, and I've had no idea if I was doing something wrong or not XD
Kiirani no ha iniciado sesión   Reply With Quote
Old 11-23-2007, 01:43 AM   #9
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Quote:
Originally Posted by Kiirani
If the goal of this is to set up a database of users/characters to be browsed then I agree, MySQL is better for this. Of course if it's for people to be able to share a character info sheet and others to view it, then xml would probably be a good choice.
Hmm... This thread is about XML, so let's stick to it at least until somebody decides what to do with this idea. It's pretty cool, and I don't know how to handle XML files correctly, so it would be more of a learning app to me
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 11-23-2007, 02:14 AM   #10
Kiirani
Master
 
Kiirani's Avatar
 
Join Date: Aug 2007
Posts: 321
Kiirani is on a distinguished road
Default

Quote:
Originally Posted by Xephandor
Hmm... This thread is about XML, so let's stick to it at least until somebody decides what to do with this idea. It's pretty cool, and I don't know how to handle XML files correctly, so it would be more of a learning app to me
We must be sitting at the same point of knowledge then. Meh, my original question still stands.
Kiirani no ha iniciado sesión   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:04 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved