Jump to content

Xslt 2.0 Experts Evaranna Unnara


Recommended Posts

Posted

Where I’m trying the get the docinf-docid element value – 123 and converting as the filename to 123.xml based on that docid value.

 

So expecting output:

 

Input - abcd.xml  

 

<abc>

<docid>123</docid>

<element1>q2afa</element1>

<element2>afda</element2>

;

;

;

;

</abc>

 

Expected output - Filename -123.xml

<abc>

<docid>123</docid>

<element1>q2afa</element1>

<element2>afda</element2>

;

;

;

;

 

</abc>

 

×
×
  • Create New...