Subject:PLM Xml To Generic XML Author:varun bhatia Date:03 Dec 2008 05:08 AM
Hi I am new to xslt and i was trying to generate a generic xml from the plmxml.
Following is the plmxml.xml file
<?xml version="1.0" encoding="utf-8"?>
<PLMXML xmlns="http://www.plmxml.org/Schemas/PLMXMLSchema" schemaVersion="6" date="2008-12-02" time="15:33:22" author="Teamcenter V2007.1.3.20080417.00 - PLM@TCLICSRV(498908465)">
<Product id="id2" name="Test" accessRefs="#id3" subType="Item" productId="000019"></Product>
</PLMXML>
-------------------------------------------------------
And in the output i want <GXML> instead of <PLMXML>
and <Item> instead of <Product>
i.e my output xml should look like
<GXML>
<Item>
</Item>
</GXML>
-------------------------------------------------------
and following is my xslt but all i get is an empty file
Can somone please help me understand where am i going wrong? All i could understand is there is some issues with namespace. I will be obliged is someone can shed more light on that or can correct my xslt.
Subject:PLM Xml To Generic XML Author:(Deleted User) Date:08 Dec 2008 02:55 PM
Hi varun,
the root template is invoked on the root node of the XML, so the $elementName variable will never be one of the two values you are testing. Have you tried creating a new stylesheet in Stylus Studio, associating your input XML document and let Stylus create the correct templates for you?
Subject:PLM Xml To Generic XML Author:Shakil Khan Date:16 Dec 2008 12:35 PM
Hi Varun,
hey i need your help. I am new in XML nd XSLT world , I want to convert my XML file to PLMXML file. If you have exp on same please reply back to my email id: mohdkhan03@gmail.com