Found 5 bookmarks
By relevance
PowerTip: Use PowerShell to Easily Read an XML Document
PowerTip: Use PowerShell to Easily Read an XML Document
Summary: Use the [xml] type accelerator to greatly simplify reading XML documents. How can I easily read an XML file? Use the [XML] type accelerator to convert results from Get-Content into an XML document, and then use dotted notation to access the nodes: [xml]$books = Get-Content C:\fso\Books.XML $books.catalog.book.title
·devblogs.microsoft.com·
PowerTip: Use PowerShell to Easily Read an XML Document
XML Sitemaps Generator
XML Sitemaps Generator
* Create an XML sitemap format that can be submitted to Google to help them crawl your website better. * Create a Text sitemap to submit to Yahoo. * Create a ROR sitemap, which is an independant XML format for any search engine. * Generate an HTML site map to allow human visitors to easily navigate on your site.
·www.xml-sitemaps.com·
XML Sitemaps Generator