Sorry for pressing the send button too fast.
On 20 Set, 07:59, Frank Millman <[EMAIL PROTECTED]> wrote:
> I want to introduce an element of workflow management (aka Business
> Process Management) into the business/accounting system I am
> developing. I used google to try to find out what the curr
On 20 Set, 07:59, Frank Millman <[EMAIL PROTECTED]> wrote:
> I want to introduce an element of workflow management (aka Business
> Process Management) into the business/accounting system I am
> developing. I used google to try to find out what the current state of
> the art is. After several month
On Sep 18, 8:28 am, Frank Millman <[EMAIL PROTECTED]> wrote:
> Hi all
>
> This is not strictly a Python question, but as I am writing in Python,
> and as I know there are some XML gurus on this list, I hope it is
> appropriate here.
>
> XML-schemas are used to define the structure of an xml documen
Frank> 1. Don't use default values - create the document with all values
Frank> filled in.
Frank> 2. Use python to check for missing values and fill in the defaults
Frank> when processing the document.
Frank> Or maybe the best practice is to *always* validate a document
Fr
On 18 Set, 08:28, Frank Millman <[EMAIL PROTECTED]> wrote:
> I am thinking of adding a check to see if a document has changed since
> it was last validated, and if not, skip the validation step. However,
> I then do not get the default values filled in.
>
> I can think of two possible solutions. I
Hi all
This is not strictly a Python question, but as I am writing in Python,
and as I know there are some XML gurus on this list, I hope it is
appropriate here.
XML-schemas are used to define the structure of an xml document, and
to validate that a particular document conforms to the schema. The