Subject:XSLT Mapping of xsi:nil and xsd:any Author:James Hughes Date:06 Jun 2007 10:38 PM
Does anyone know how to map elements that are defined by schema to be nillable (xsi:nil="true")? Also, does anyone know how to map xsd:any elements that don't show up in the XSLT Mapper GUI?
Subject:XSLT Mapping of xsi:nil and xsd:any Author:(Deleted User) Date:11 Jun 2007 07:43 AM
Hi James,
when you need to generate elements that are not defined in the target tree you can right click on their parent node and select 'Add Child Element' or 'Add attribute'; the new node will have a red icon to indicate it's a dynamically generated node, and you can then add the mappings to generate it.