xsl-list
[Top] [All Lists]

Re: [xsl] Detecting XML elements not transformed

2008-04-22 02:45:58
Thanks Michael for responding my question so quickly.

The unsupported.xml could have following XML structure:

<unsupported>
   <!--... ALL UNSUPPORTED NODES LISTED HERE ...-->
   <node name="name_of_unsupported_node" xpath="xpath_to_unsupported_node"/>
</unsupported>

The main idea here is, that when the application reads the upgraded 4.x 
configuration and it shows an information dialog were it displays those 
unsupported 3.x XML elements.

Does the xsl:message flush the message to std output? I don't need that, only 
those output files (conf4x.xml and notsupported.xml) mentioned before.

By the way, what do you mean with "identity transform template"?

BR,

Harry



Michael Müller-Hillebrand <mmh(_at_)cap-studio(_dot_)de> kirjoitti:
I usually put an xsl:message in the identity transform template to tell me the otherwise unmatched element's and it's parent's names, which of course requires that all supported elements have a matching template.

Which XML structure should a separate XML with the unsupported elements have, since they might be distributed all over the source document, I guess?

- Michael Müller-Hillebrand

Am 22.04.2008 um 09:06 schrieb Harry Liljeström:

> Hi All,
>
> I'm using Xalan-C version 1.10 and I have an input XML to be > transformed to output XML.
>
> In other words, I have an application with XML configuration 3.x, > which I upgrade to 4.x by using a XSL (v1.0) transform. All 3.x XML > configuration elements are not supported in 4.x configuration. So, > I would like somehow inform the user about those 3.x XML > configuration elements which were not transformed during XSL > transformation. The 3.x XML configuration is varying quite lot for > different customers, so I would like to have a generally applicable > way of detecting those 3.x XML configuration elements which were > not transformed during upgrade. Is it possible to write a XSL > template for this purpose?
>
> Could I e.g. somehow have two output files, conf4x.xml and > notsupported.xml? conf4x.xml would contain the upgraded 4.x XML and > notsupported.xml would contain those 3.x XML elements which were > not tranformed.
>
> Does anybody have any ideas or examples of this?
>
> Thanks in advance,
>
> Harry
>

--
_______________________________________________________________
Michael Müller-Hillebrand: Dokumentations-Technologie
Adobe Certified Expert, FrameMaker
Lösungen und Training, FrameScript, XML/XSL, Unicode
<http://cap-studio.de/> -- Tel. +49 (9131) 28747




--~------------------------------------------------------------------
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>
--~--




--
Harry Liljeström

Mobile   358 400 985002

Email    harry(_dot_)liljestrom(_at_)saunalahti(_dot_)fi
           harry(_dot_)liljestrom(_at_)secgo(_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>