Hi,
I have the following element,
<billing_address>123 Any Pl.
Suite 5
Thisplace, AB
12345
Attn: John</billing_address>
that needs to parsed into individual lines during output.
I could do the following in the DTD,
<!ELEMENT billing_address (textline, textline, textline, textline?, textline?)>
<!ELEMENT textline (#PCDATA)>
But is there a way within XSL to access sub-lines so I could continue to use the
former format?
Thanks,
Mitch Christensen
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
Mike Brown - Thu, 19 Aug 1999 17:14:19 -0600
Charlotte Allen - Thu, 19 Aug 1999 16:19:19 -0700 (PDT)
- Mitch Christensen - Mon, 23 Aug 1999 09:08:03 -0700 <=
|
|