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

Re: Same Indent in converted output xml

Subject: Re: Same Indent in converted output xml
From: "Byomokesh Sahoo sahoo.byomokesh@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 21 Apr 2021 05:10:41 -0000
 Re: Same Indent in converted output xml
I am using saxon9he

On Thu, Apr 15, 2021 at 10:01 AM Byomokesh Sahoo <sahoo.byomokesh@xxxxxxxxx>
wrote:

> Hi,
>
> Any way to same indentation will appear while converting One XML to
> Another XML format. I am using indent="yes" but the same indent does not
> appear in converted output xml.
>
> I can not use xsl:copy because I have to apply one format to another
> format with different scenarios.
>
> *XSL:*
>
> <xsl:output indent="yes" method="xml" />
>
> *INPUT:*
> <journal-meta>
> <journal-id journal-id-type="publisher-id">ier</journal-id>
> <journal-id journal-id-type="publisher-acronym">IERO</journal-id>
> <journal-title-group>
> <journal-title>Expert</journal-title>
> </journal-title-group>
> <issn publication-format="print">159</issn>
> </journal-meta>
>
> *OUTPUT:*
>       <journal-meta>
>          <journal-id journal-id-type="CAT">IERO</journal-id>
>          <journal-id journal-id-type="publisher">IERO</journal-id>
>          <journal-title-group>
>             <journal-title>Expert</journal-title>
>          </journal-title-group>
>          <issn publication-format="print">159</issn>
>       </journal-meta>
>
> EXPECTED OUTPUT:
>
> <journal-meta>
> <journal-id journal-id-type="publisher-id">ier</journal-id>
> <journal-id journal-id-type="publisher-acronym">IERO</journal-id>
> <journal-title-group>
> <journal-title>Expert</journal-title>
> </journal-title-group>
> <issn publication-format="print">159</issn>
> </journal-meta>
>
> Thanks
> Byomokesh

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.