Hi!

It is very correct XML! You can embedd tags in other tags surrounded
by text without problems:

<fo:block>
  Text before 
  <fo:inline color="blue">
    Text inside
  </fo:inline>
  Textafter
</fo:block>

Christian

-----Ursprüngliche Nachricht-----
Von: Colin Savage [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 12. Oktober 2001 15:04
An: '[EMAIL PROTECTED]'
Betreff: Slightly off topic, valid syntax


I was experimenting with fo:inline and I am not sure if this is valid?

<fo:block>Text before <fo:inline color="blue">Text inside</fo:inline> Text
after</fo:block>

When running thru FOP 0.20.2 it appears to work "correctly" (i.e. some text
in black, then some text in blue, then some text in black), but I was
wondering if this is valid syntax. Furthermore... is it valid xml?

Thanks in advance
Colin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to