error handling in xslt
"Alex Iskold" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | adaptiveblue |
| Message-ID | <[email protected]> |
Hello everyone,
Is there a way to to specify in XSL file to
recover from failure based on one individual items?
For example, say my input file is:
<items>
<item id="1">good content</item>
<item id="2">malformed content</item>
<item id="3">good content</item>
</items>
the second item has malformed content inside, like non-XML compliant string.
Is there a way to still process items with good content, id 1 and 3?
Thank you in advance,
Alex