Read from XML file #26 #7222
fk250046
started this conversation in
WiX Development
Replies: 2 comments 3 replies
-
What's |
Beta Was this translation helpful? Give feedback.
2 replies
-
Sorry I mislead you, here is the link for feature request
#5494
…On Thu, Feb 16, 2023 at 7:25 PM Bob Arnson ***@***.***> wrote:
Sorry, not sure what you're referring to. Do you have a link?
—
Reply to this email directly, view it on GitHub
<#7222 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCKQ2YZGD7J67XFZPM6MA3WXZPH5ANCNFSM6AAAAAAU52GBXU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Regards,
Fyodor Koryazhkin..
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to finish this development I sugested several years ago and I want to discuss architecture here because XML schema should be changed. Since I started development of this I think that what I suggested in first document should be changed as following:
a) Property - Identificator, primary key, no validation against Property table, results set to it.
b) File - Formatted string of [MAX_PATH], Path to XML file, cannot be nullable
c) Element - String, No limitation in length, XPath to an XML element, cannot be nullable.
d) Name - String, No limitation in length, name of attribute to read, nullable, if
i. Name= - reads a value from attribute
ii. Name=null - reads inner text from element
iii. Name="*" - reads all child nodes
e) Hidden - yes/no type, adds this property to hidden properties.
Beta Was this translation helpful? Give feedback.
All reactions