xsl-list
[Top] [All Lists]

Re: [xsl] Line Numbering

2006-08-04 12:07:49
I have seen problems like this before. In laws like this the line number is sometimes considered to "part of the text" in that other legal documents will refer to line 45 of paragraph 23.2 subsection 6 - or something like that.

The point being that the line numbers are not allowed to change over time - and must be locked to a specific set of text. The problem is then how to populate a <lineno> element with information generated only at print time.

Don't know if this is an issue for you.

Cheers...Hugh

CyberSpace Industries 2000 Inc.
XML Training and Consulting

----- Original Message ----- From: "Luke Jones" <ljones(_at_)unicam(_dot_)state(_dot_)ne(_dot_)us>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Friday, August 04, 2006 2:24 PM
Subject: [xsl] Line Numbering


Hi,

I'm trying to number the lines of multiple paragraphs.

For example:
xml--
<bill>
...
<para>
FOR AN ACT relating to crimes and offenses; to amend sections 28-101,
28-201 and 28-932, Revised Statutes Cumulative Supplement, 2004; to
change provision relating to assault by a confined person; to create the
offense of assault...(etc)
</para>

I would need xsl code that makes the output look like so...

1 FOR AN ACT relating to crimes and offenses; to amend sections
2 28-101, 28-201 and 28-932, Revised Statutes Cumulative
3 Supplement, 2004; to change provision relating to assault by a
4 confined person; to creat the offense of assault...(etc)

Can anyone help me with this?  I just getting my feet wet with xsl, any
help would be much appreciated.

Thanks,
Luke

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>