Home Forums SQL Server 2005 Development How to get the inner XML from an xml element using XQuery RE: How to get the inner XML from an xml element using XQuery

  • Try:

    select @xml.query('(//Author)[1]/*')