← Prev in month ← Prev in thread

[xml-dev] Mixed Content

From
Alejandro Lopez <>
To
Date
2003-08-29T17:19:54Z
ID
<>
Thread
[xml-dev] Mixed Content
Hello people.

I've a problem with mixed content elemets ant the way for showing them in
XSL.

In a DTD i've done this:

<element paragraph (PCDATA,bold under)+>

and you can fin XML elemts like:

<paragraph>
  This is text
  <bold>this is bold text</bold>
  this is text again
  <under>this is underlined text</under>
</paragraph>

How can i create the templates i need for showing this structure?

Thanks
← Prev in month ← Prev in thread