GIVEN:
<xsl:output omit-xml-declaration="no" encoding="utf-8" indent="no" media-type="text/xml"/>
1. Using XSLT, how do I prevent "empty" elements (elements not having data and not elements with EMPTY declaration) from converting to XML empty...
hi!
i need to transfer <imagebox> at the location of <place-here> and at the same time delete <place-here>. take note of the id and refid attributes. the <imagebox> and <place-here> elements should have the same unique id/refid value. see sample below.
INPUT:
... data ...
<place-here...
The sample i've given below was that two elements from the input file, <fpage> and <lpage> were located within an element, <group9> which is far away from the location of <group1>. I had converted these elements into <fp> and <lp> using XSLT but i need to bunch them with elements <vol> and <iss>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.