... technically yes, but the structure of the current.xml file declared as a part of opendocument won't work for us. It won't fill the need. ... mimetype...
1167
Devon Jones
hunterd_us
Oct 4, 2005 9:23 pm
... Fair point :) Devon...
1168
Fred Drake
pythondocs
Oct 5, 2005 1:44 am
... We're definately looking at the issues of packaging format vs. content format here. Welcome to a world of tedium. :-) It is content. It's not a...
1169
gamer_dude@...
awb_gaming1
Oct 5, 2005 1:44 am
... Debuging is nice and I agree that a data format which lets you debug will be helpful. I guessing that there is an idea that I'm just not catching. In my...
1170
Devon Jones
hunterd_us
Oct 5, 2005 7:10 am
... See, and I don't necessarily expect it to be quite that - I'm expecting it to be more of a file that lets the program log, non-destructively, so that the...
1171
Brass Tilde
brasstilde@...
Oct 5, 2005 11:04 am
... the ... Yeah, I'd forgotten about that. Again however, properly constructed schemas could be merged into one "master" schema. A schema aware editor that...
1172
Brass Tilde
brasstilde@...
Oct 5, 2005 11:49 am
... OK, so it's the mime-type for the package itself, with the mime-types for the files within the package declared within those files, right? Brad...
1173
Brass Tilde
brasstilde@...
Oct 5, 2005 12:10 pm
... the ... Tell me about it. ... I have to ask why adherence to the OpenDocument format is so important. I'm not saying it isn't, just asking why it is. What...
1174
Devon Jones
hunterd_us
Oct 5, 2005 5:18 pm
... well, a number of reasons: 1) It'll be a lot easier for people to write code against it, because vast chunks of our file format have a full spec as well as...
1175
Brass Tilde
brasstilde@...
Oct 5, 2005 5:33 pm
... important. ... I can see this one, though I would argue that it's for the general case only, not the PCGen specific case. Perhaps that's what you meant. ...
1176
Devon Jones
hunterd_us
Oct 5, 2005 6:25 pm
... that's correct, they still need to know how to process a pcgen xml document that is stored internally ... It means that when we implement this, we are...
1177
Brass Tilde
brasstilde@...
Oct 5, 2005 6:43 pm
... OK, I think I can understand that. ... character ... formatting ... By that criteria, wouldn't the character data itself, i.e. what is now in "base.xml",...
1178
Devon Jones
hunterd_us
Oct 5, 2005 6:56 pm
... The problem is that the structure of content.xml just simply put doesn't maintain enough information for use to use that as a data format to re-create the...
1179
Gargola
alograg
Oct 5, 2005 6:59 pm
Analizando todos sus comentarios, esto es lo que he decidido hacer: Ayudare trabajando en un diseño completo de XML para proponerlo como estándar para...
1180
Eric Jarman
oracleofbargth
Oct 5, 2005 6:59 pm
... <snip> ... <snip> ... I'd like to suggest the following: content.xml -- The outputsheet in OpenDocument format. meta.xml -- timestamp, etc. settings.xml --...
1181
Brass Tilde
brasstilde@...
Oct 5, 2005 7:19 pm
... "content" ... doesn't ... Does it not have an application specific element or set of elements that can be used? If not, that sounds awfully restrictive...
1182
Devon Jones
hunterd_us
Oct 5, 2005 7:41 pm
... Well, keep in mind "OpenDocument" doesn't mean it's intended to be a universal file format, it means it's a file format, with an open specification that...
1183
Devon Jones
hunterd_us
Oct 5, 2005 7:44 pm
Heres an example from content.xml: <text:h text:style-name="Heading_2">This is a title</text:h> <text:p text:style-name="Text_body"/> <text:p...
1184
Devon Jones
hunterd_us
Oct 5, 2005 7:47 pm
here's a spreadsheet content.xml: <?xml version='1.0' encoding='UTF-8'?><office:document-content ...
1185
Devon Jones
hunterd_us
Oct 5, 2005 9:39 pm
... content.xml doesn't have any formatting information, so we would need to have content.xml & style.xml. One cool thing about this is that making an output...
1186
Devon Jones
hunterd_us
Oct 5, 2005 9:40 pm
... Excellent, thanks ! Devon...
1187
Fred Drake
pythondocs
Oct 6, 2005 3:04 am
... Right. ... MIME types for the contained files are given in META-INF/manifest.xml. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Society attacks...
1188
andargor
Oct 6, 2005 4:04 am
... That's great. I'm wondering, does the OpenDocument format include language support? I've been toying with RDF, which is totally irrelevant here, but the...
1189
Fred Drake
pythondocs
Oct 6, 2005 3:25 pm
... The formal specification is at: http://www.oasis-open.org/specs/index.php#opendocumentv1.0 The document is just over 700 pages, but most of it describes...
1190
Devon Jones
hunterd_us
Oct 6, 2005 3:35 pm
... Yeah, a *huge* amount of the work went into internationalization. OpenDocument is on the fast track to become an ISO standard, so it requires support for...
1191
andargor
Oct 6, 2005 7:37 pm
... I almost expected you to use the word "arcane". ;) Andargor...
1192
Eric Jarman
oracleofbargth
Oct 6, 2005 7:59 pm
Ok, then let me edit and formalize a bit: REQUIRED: META-INF/manifest.xml mimetype meta.xml -- Information for the package PCGen/pcg.xml -- The character...
1193
Edwin Holley
glasswalkert...
Oct 6, 2005 11:57 pm
Sounds good to me. ... <SNIP> Brass Tilde wrote: <SNIP> well, a number of reasons: 1) It'll be a lot easier for people to write code against it, because vast...
1194
Edwin Holley
glasswalkert...
Oct 7, 2005 12:16 am
... From: pcgen-xml@yahoogroups.com [mailto:pcgen-xml@yahoogroups.com] On Behalf Of Devon Jones Sent: Wednesday, October 05, 2005 17:39 To:...
1195
Edwin Holley
glasswalkert...
Oct 7, 2005 12:16 am
Does this mean that their would not be one DOT "openrpg" file? But many files to make a character? ... From: pcgen-xml@yahoogroups.com...