score:0

why do you need that? but the following might help you:

render(){
  return (
    <div attr={document.children[0].attributes['xmlns:w'].value}>
      <div>{document.children[0].attributes['xmlns:o'].value}<div>
    <div>
  )
}

document.children[0] is the html tag of your current html-page. i hope this is helpful.


Related Query

More Query from same tag