xsl-list
[Top] [All Lists]

Find and change an attribute in a Processing Instruction

2006-01-30 08:48:54
Hello all,

I have a series of processing instructions at the top of my XML document. I need to change the last part to "show" for all of the PIs that start with <?Fm. Here is a before sample:

<?xml version="1.0" encoding="UTF-8"?>

<?Fm Condition Comment Red NO_OVERRIDE hide?>
<?Fm Condition Prolog PANTONE%20648-50%20CVP NO_OVERRIDE show?>
<?Fm Condition Internal Black DOUBLE_UNDERLINE hide?>
...

Here is the after sample:

<?xml version="1.0" encoding="UTF-8"?>

<?Fm Condition Comment Red NO_OVERRIDE show?>
<?Fm Condition Prolog PANTONE%20648-50%20CVP NO_OVERRIDE show?>
<?Fm Condition Internal Black DOUBLE_UNDERLINE show?>
...

Thanks in advance.

Rick Quatro
Carmen Publishing
585-659-8267
www.frameexpert.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>
--~--