xsl-list
[Top] [All Lists]

Re: [xsl] Does the new structure include the same text content?

2021-01-22 07:56:05
On 22/01/2021 11:29, ian(_dot_)proudfoot(_at_)itp-x(_dot_)co(_dot_)uk wrote:
[...]
This got me thinking about ways to verify the output text content against the input despite significantly different structure.

Others have made good suggestions wrt content. A simple first step I tend to use is a wildcard element template (match="*") which logs anything not already handled. It's crude but I have found there are sometimes differences between what the client swears blind is the current schema, and the schema actually in use :-)

Peter
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

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