Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Multiple Elements

From: "Joe Fawcett" <joefawcett@-------.--->
To: NULL
Date: 6/1/2008 10:15:00 AM



<Michael.Ruehling@t...> wrote in message 
news:ttl444t8ld40q1qum93gl2svl9amro1sc9@4......
> Hi,
> I've got another question.
> My Code works fine now and I've tried some other functions.
> XSLT-Code is now:
>
>
> <!DOCTYPE BUCH [
>              <!ELEMENT BUCH (KAPITEL)+>
>              <!ELEMENT KAPITEL (UEBERSCHRIFT*, ZWISCHENUEBERSCHRIFT*,
> TEXT*)>
>              <!ELEMENT UEBERSCHRIFT (#PCDATA)>
>              <!ELEMENT ZWISCHENUEBERSCHRIFT (#PCDATA)>
>              <!ELEMENT TEXT (#PCDATA)>
>              ] >
>
> Like on the Book the MULTIPLE says "Allow Multiple Tags of this".
> But IE6 &NE7 &MOZ doesn't show Multiple Lines. They only show ONE
> Sub-Tag (the Content) per KAPITEL. They do show multiple KAPITEL.
> Does anyone know why?
>
>
> M.
>
If the DOCTYPE is for BUCH you can only have one BUCH element otherwise the 
XML would not be a well-formed document, it would be a fragment. The + 
applies to the KAPITEL elements.

-- 

Joe Fawcett
http://joe.fawcett.name 



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent