hohner Posted March 20, 2005 Share Posted March 20, 2005 I actually don't see the problem.This is how I learned it, withouth XML-knowledge or whatsoever:- Take an example file- Edit it the way you want it- "Hey, it works!" <{POST_SNAPBACK}>Ok, sounds pretty logical. But how do you edit the XML code (even with an example) if you have no knowledge of how it should be written?For example, which parts to change and which to leave alone. Link to comment Share on other sites More sharing options...
SlimShady Posted March 20, 2005 Share Posted March 20, 2005 Documentation is included in the package. Link to comment Share on other sites More sharing options...
Nanaki Posted March 20, 2005 Author Share Posted March 20, 2005 Err, my brains?I mean when you see something like <program display='BSplayer'> You know what to edit, right? Just open it in Notepad and mess around a bit. Link to comment Share on other sites More sharing options...
^eMpTy^ Posted March 20, 2005 Share Posted March 20, 2005 Any progress on this script thing? I use xplode in a community type setting and it would be cool if anyone could add stuff to the installer without having to mess around with the xml... Link to comment Share on other sites More sharing options...
lilweirddude Posted March 20, 2005 Share Posted March 20, 2005 i see what you are talking abouti might try itthe way i see it is relating it to math, algebra specificallytake one example and plug in your value Link to comment Share on other sites More sharing options...
hohner Posted March 21, 2005 Share Posted March 21, 2005 Documentation is included in the package.<{POST_SNAPBACK}>I have read the documentation. Link to comment Share on other sites More sharing options...
Maelstorm Posted March 21, 2005 Share Posted March 21, 2005 Alright, I'm planning on programming a GUI for the less-XML-gifted, or just because it would be a lot more clear. But -before I start- I would like to hear suggestions and/or if you would be interested in this project?Thanks,<{POST_SNAPBACK}>I'm working on one myself. It's written in VBScript, which I don't know a whole lot about. This is what I would call one heck of a learning experience in writing VBScript programs and in writing a XML code generator. My goal with this is to write a code generator that will generate a XPlode4 XML file so complete that the only thing that the user needs to do is drop-in the config section.Features:Uses a tab-delimited text file for input which makes it easy to use unix style utilities like vi, emacs, grep, awk, sed, etc...Supports <item display="text"> constructs.Supports <!-- and --> style comment generation.Will build the entire <items> block from start to finish.Modular design so it's easy to add more XML elements to the code generator.Full support of optional elements.File interaction operates in command line or GUI mode. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now