2012/7/20 vicky b <[email protected]>

> Did that but still spaces in between .I have higlighted one of the spaces.
>
>
Try either
:%s/\s*\n\s*//g
or
:%j
and subsequently
:%s#\M>\s\+<#><#g

Cheers!


> <?xml version="1.0" encoding="UTF-8"?><SupportItem>   <ItemInfo>
> <Name>First Name</Name>   <Type>INPUTEXT</Type>   <Value></Value>   
> <Mandatory>true</Mandatory>
>   <Description></Description>   <ImagePath></ImagePath>
>  <MaxLength>100</MaxLength>   </ItemInfo>   </SupportItem
>
> On Fri, Jul 20, 2012 at 3:31 PM, Nicolas Dermine <
> [email protected]> wrote:
>
>>
>> On 20 Jul 2012 11:30, "Dominique Pellé" <[email protected]>
>> wrote:
>> >
>> > Jürgen Krämer <[email protected]> wrote:
>> >
>> > > Hi,
>> > >
>> > > Am 20.07.2012 11:09 schrieb "vicky b" <[email protected]>:
>> > >
>> > >>
>> > >> HI,
>> > >>
>> > >>   I dint find  any specific solution for my problem even after much
>> of
>> > >> googling
>> > >>
>> > >> i have following line
>> > >>
>> > >> <?xml version="1.0" encoding="UTF-8"?><SupportItem>
>> > >> <ItemInfo>
>> > >> <Name>First Name</Name>
>> > >> <Type>INPUTEXT</Type>
>> > >> <Value></Value>
>> > >> <Mandatory>true</Mandatory>
>> > >> <Description></Description>
>> > >> <ImagePath></ImagePath>
>> > >> <MaxLength>100</MaxLength>
>> > >> </ItemInfo>
>> > >> </SupportItem>
>> > >>
>> > >> i want to have it as below all line merged as single line and no
>> spaces at
>> > >> all
>> > >>
>> > >>
>> > >>
>> <?xmlversion="1.0"encoding="UTF-8"?><SupportItem><ItemInfo><Name>FirstName</Name><Type>INPUTEXT</Type><Value></Value><Mandatory>true</Mandatory<Description></Description><ImagePath></ImagePath><MaxLength>100</MaxLength></SupportItem>
>> > >
>> > > :%s/\n\s*//
>> > >
>> > > should do it.
>> > >
>> > > Regards,
>> > > Jürgen
>> >
>> > I think you meant this:
>> >
>> > :%s/\s*\n/
>> >
>> > ... since the spaces are before \n.
>> >
>> > -- Dominique
>>
>> No, at least in gmail the file seems to have whitespace at the beginning
>> of lines (indentation).
>>
>> Nico
>>
>> > --
>> > You received this message from the "vim_use" maillist.
>> > Do not top-post! Type your reply below the text you are replying to.
>> > For more information, visit http://www.vim.org/maillist.php
>>
>> --
>> You received this message from the "vim_use" maillist.
>> Do not top-post! Type your reply below the text you are replying to.
>> For more information, visit http://www.vim.org/maillist.php
>>
>
>
>
> --
> *Thanks & Regards
>  Vickyb
>
> *
>
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to