[kwlug-disc] XML / XSL / XSD/ XSLT 'development' 'environment' / 'gui'?

Khalid Baheyeldin kb at 2bits.com
Fri Dec 6 10:01:54 EST 2013


On Dec 6, 2013 12:08 AM, "unsolicited" <unsolicited at swiz.ca> wrote:
>
> Hmmm. Interesting.
>
> Longer tool chain, but if scriptable ...
>
> Schema won't be a problem, .xsd files even provided.
> Even if not 100% accurate, schema won't change that
> often. Translation could be manually maintained.
>
> Ah ... hold on ...
>
> TDL does an infinite nest of sub-tasks. It's not a
> straightforward record 1:1
>
> -+ Task 1
> --+ Sub-Task 1.1
> ---+ Sub-Task 1.1.1
> ---| Some other notes
> -+ Task 2
> --+ Sub-Task 2.1
> ---+ Sub-Task 2.1.1
> ...
> ----------------------------+ ... ad inifinitum

In generzl, such data structure would be implemented in a relational
database by having a column called parent task id, and then you can have it
point to which task is the parent of the current subtask, and you can have
infinite levels. A task without a parent is the top level task.

No idea how to implement that with XML import though ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20131206/60a32d17/attachment.htm>


More information about the kwlug-disc mailing list