This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 94624 - Invalid XSLT source on binding topmost elements of source and target trees
Summary: Invalid XSLT source on binding topmost elements of source and target trees
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 13:46 UTC by Andrei Chistiakov
Modified: 2007-02-14 13:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2007-02-06 13:46:39 UTC
Reproduced in build 070206.

To reproduce the bug:
- create a new XSLT project;
- add 2 new schemas of PO structure;
- create an XSL transformation file;
- open it in Mapper;
- bind purchaseOrder elements of source and target trees;
- switch to source.

The following template is generated:

    <xsl:template match="/">
        <xsl:element name="ns:purchaseOrder">
            <xsl:value-of select="/purchaseOrder"/>
        </xsl:element>
        <xsl:element name="ns:purchaseOrder">
            <xsl:value-of select=""/>
        </xsl:element>
    </xsl:template>
Comment 1 Alexey Yarmolenko 2007-02-12 14:44:37 UTC
fixed.
Comment 2 Andrei Chistiakov 2007-02-14 13:19:00 UTC
Verified in build 070213_27.