[
Lists Home |
Date Index |
Thread Index
]
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
|