EDN Admin
Well-known member
Hello
will anyone please help me about loading attributes from the following xml pattern file. what i need is to take aya "text" value into a textbox (or any output panel) with sura index,name and aya index and text. Thanks in advance.
---------------Im using visual basic.net (express 2010)-----------------------------
<quran><br/>
<span style="white-spacere < <span style="text-decoration:underline sura
index="1" name="الفاتحة <br/>
<span style="white-spacere <span style="white-spacere <aya index="1"
<span style="text-decoration:underline text ="بسم الله الرحمن الرحيم" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="2" text="الحمد لله رب العالمين" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="3" text="الرحمن الرحيم" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="4" text="مالك يوم الدين" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="5" text="إياك نعبد وإياك نستعين" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="6" text="اهدنا الصراط المستقيم" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="7" text="صراط الذين أنعمت عليهم غير المغضوب عليهم ولا الضالين" /><br/>
<span style="white-spacere </ sura ><br/>
<span style="white-spacere < sura index="2" name="البقرة <br/>
<span style="white-spacere <span style="white-spacere <aya index="1" text="الم" bismillah="بسم الله الرحمن الرحيم" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="2" text="ذلك الكتاب لا ريب فيه هدى للمتقين" />
<span style="white-spacere ................... goes to the end in the same manner------------------
<span style="white-spacere </ sura ><br/>
</quran><br/>
any help will be appreciated.
when i use following code with the schema, it returns empty
MsgBox(xml...<xs:complexType>.<xs:choice>.<xs:sequence>.<xs:attribute>.<text>.Value)
<br/>
<br/>
<br/>
<br/>
<br/>
View the full article
will anyone please help me about loading attributes from the following xml pattern file. what i need is to take aya "text" value into a textbox (or any output panel) with sura index,name and aya index and text. Thanks in advance.
---------------Im using visual basic.net (express 2010)-----------------------------
<quran><br/>
<span style="white-spacere < <span style="text-decoration:underline sura
index="1" name="الفاتحة <br/>
<span style="white-spacere <span style="white-spacere <aya index="1"
<span style="text-decoration:underline text ="بسم الله الرحمن الرحيم" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="2" text="الحمد لله رب العالمين" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="3" text="الرحمن الرحيم" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="4" text="مالك يوم الدين" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="5" text="إياك نعبد وإياك نستعين" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="6" text="اهدنا الصراط المستقيم" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="7" text="صراط الذين أنعمت عليهم غير المغضوب عليهم ولا الضالين" /><br/>
<span style="white-spacere </ sura ><br/>
<span style="white-spacere < sura index="2" name="البقرة <br/>
<span style="white-spacere <span style="white-spacere <aya index="1" text="الم" bismillah="بسم الله الرحمن الرحيم" /><br/>
<span style="white-spacere <span style="white-spacere <aya index="2" text="ذلك الكتاب لا ريب فيه هدى للمتقين" />
<span style="white-spacere ................... goes to the end in the same manner------------------
<span style="white-spacere </ sura ><br/>
</quran><br/>
any help will be appreciated.
when i use following code with the schema, it returns empty
MsgBox(xml...<xs:complexType>.<xs:choice>.<xs:sequence>.<xs:attribute>.<text>.Value)
<br/>
<br/>
<br/>
<br/>
<br/>
View the full article