XPathNodeIterator not Iterating/Having Trouble with Returning Attributes

This page summarizes the projects mentioned and recommended in the original post on /r/learncsharp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • fhir

    Official source for the HL7 FHIR Specification

  • XPathDocument docNav; XPathNavigator nav; XPathNodeIterator nodeIter; string strExpression1; docNav = new XPathDocument(@"..\..\..\patient-example.xml"); nav = docNav.CreateNavigator(); XmlNamespaceManager namespaceManager = new XmlNamespaceManager(nav.NameTable); namespaceManager.AddNamespace("fhir", "http://hl7.org/fhir"); strExpression1 = "/Patient/telecom"; nodeIter = nav.Select(strExpression1, namespaceManager)); Console.WriteLine($"The XPath {strExpression1} expression yields the following phone numbers: "); while (nodeIter.MoveNext()) { XPathNodeIterator childIter = nodeIter.Current.SelectChildren("value", ""); Console.WriteLine($"Attribute: {childIter.Current.GetAttribute("value", "")}"); };

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Launch HN: Metriport (YC S22) – Open-source API for healthcare data exchange

    6 projects | news.ycombinator.com | 23 May 2024
  • Medplum: Healthcare platform to quickly develop compliant applications

    1 project | news.ycombinator.com | 12 Apr 2024
  • AWS Step Functions Callback Pattern

    2 projects | dev.to | 24 Aug 2023
  • Survey on Synthea Use to Shape the Future of Open Source Medical Records

    1 project | news.ycombinator.com | 21 Jun 2023
  • Synthea: Open-Source Synthetic Patient Generation

    1 project | /r/hypeurls | 19 May 2023