Multi-Line Elements

Subject: Multi-Line Elements
From: Mitch Christensen <mitch_christensen@xxxxxxxxx>
Date: Mon, 23 Aug 1999 09:08:03 -0700
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