Bugs item #1550592, was opened at 2006-09-01 07:57
Message generated for change (Comment added) made by derekc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1550592&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: extensions
Group: v3.0
Status: Open
Resolution: None
>Priority: 2
Submitted By: Jasper Keuper (jaykee)
>Assigned to: Derek (derekc)
Summary: Embedded extension xsd misses parent info

Initial Comment:
The xsd in the resources in the "Wix*Extension.dll"s is
processed with the flattenxml.vbs script. This script
compacts the xml by removing whitespace.

The script also removes the annotation elements, which
contains some very very valuable information like
Parent information, and documentation.

The fix:

in bin/flattenxml.vbs in function DisplayNode remove
the following, line 53-56:
<code>
If "annotation" = node.baseName Then ' skip annotation
blocks
    DisplayNode = ""
    Exit Function
End If
</code>

See email archive for background information:
http://sourceforge.net/mailarchive/forum.php?thread_id=30117552&forum_id=39929

Thanks,
Jasper

----------------------------------------------------------------------

>Comment By: Derek (derekc)
Date: 2006-09-01 09:18

Message:
Logged In: YES 
user_id=518766

Interesting request - how do you actually get the schema
information from the extension?  Do you use
CompilerExtension.Schema?  The reason I ask is because I'd
like to know if we should also do the same thing for wix.dll
and perhaps expose a Compiler.Schema property as well.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1550592&group_id=105970

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to