[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: regex help, please

Subject: Re: regex help, please
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Fri, 22 Jan 2010 00:16:14 +0100
Re:  regex help
Is this the XSLT that you actually used? Are you mixing up select with regex?
<xsl:analyze-string select="doctext" regex="[|]">
(not sure whether you'll have to use square brackets around '|' when not grouping; it won't hurt though)
Is there a doctext element below /?


Please please supply minimal input data as well as the expected output. This will facilitate diagnosis in most cases.

Gerrit



On 22.01.2010 00:07, Brian Newman wrote:
I've got a pipe delimited list of data which I'd like to turn into an Xml doc for further processing.

So, I use code something like

<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions">
<xsl:template match="/">
<xsl:analyze-string regex="doctext" select='|'>
<xsl:matching-substring></xsl:matching-substring>
<xsl:non-matching-substring><item><xsl:value-of select="."/></item></xsl:non-matching-substring>
</xsl:analyze-string>
<xsl:copy>
	<xsl:value-of select="$doctext/node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>

Which doesn't work - it doesn't recognize the pipe as a regex.
What should that regex be?
I've also tried /| and [|].


-- Gerrit Imsieke Geschdftsf|hrer / Managing Director le-tex publishing services GmbH Weissenfelser Str. 84, 04229 Leipzig, Germany Phone +49 341 355356 110, Fax +49 341 355356 510 gerrit.imsieke@xxxxxxxxx, http://www.le-tex.de

Registergericht / Commercial Register: Amtsgericht Leipzig
Registernummer / Registration Number: HRB 24930

Geschdftsf|hrer: Gerrit Imsieke, Svea Jelonek,
Thomas Schmidt, Dr. Reinhard Vvckler

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.