You still have unmatched element pairs something like this.

<Directory> -- This is on line 57
  <Component>
   ...
  </Component> -- this is on line 62


You need to remove a <Directory> or add a </Directory> somewhere that is
appropriate to your code.

Use a folding editor or auto-format your document to introduce clearer
indenting to help you locate the missing/extra element.

Sometimes it pays for someone else to look over the code, they can see
subtle errors that you are blind to.

Dave

-----Original Message-----
From: Sravan Kumar Rangaraju [mailto:sravan_rangar...@mindtree.com] 
Sent: 06 October 2010 05:45
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Error while building WXS file.

Hi 

Thanks for the information I was able to fix the first two errors,
whereas the third on still remains. It could be great if anyone can
suggest me on the below.


3)      Not a valid source file; detail: The 'Directory' start tag on
line 57 does not match the end tag of 'Component'. Line 62, position 13

Regards,
Sravan


-----Original Message-----
From: David Watson [mailto:dwat...@sdl.com] 
Sent: Tuesday, October 05, 2010 4:05 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Error while building WXS file.

Hi,
Wix files are XML based and as such follow its syntax rules.

Elements have to be self closing <wibble /> 
Or in pairs with an opening <wibble> and closing </wibble> element.

The error is fairly literal, you have a <Directory> with an unmatched
</Directory>

Maybe you have a typo, if you can't spot it you could post the code in
an email to the list.

Dave

-----Original Message-----
From: Sravan Kumar Rangaraju [mailto:sravan_rangar...@mindtree.com] 
Sent: 05 October 2010 11:13
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Error while building WXS file.

Hi All,

I am encountering the below errors while building the wxs file can
someone help me on this.


1)      Tag was not closed

2)      Expecting end tag </Directory>

3)      Not a valid source file; detail: The 'Directory' start tag on
line 57 does not match the end tag of 'Component'. Line 62, position 13


Thanks & Regards,
Sravan.




________________________________

http://www.mindtree.com/email/disclaimer.html
------------------------------------------------------------------------
------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and
requires that you delete it without acting upon or copying any of its
contents, and we further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire
SL6 7DY, UK.


------------------------------------------------------------------------
------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------
------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to